Hey, I am very new to UE5 and im trying to make a multiplayer FPS game. When i switch the net mode to client side and try to player in there, My grappling hook starts to bug out as well as my gun ray tracing detection. I used a tutorial for most of the code in the gun and grapple so i dont know much of what is going on. If anyone can help that would be great!!!
Heres the Grappling code
And here is the gun code
Oh also here is the grapple force code
This topic has been moved from International to Programming & Scripting: Blueprint.
When posting, please review the categories to ensure your topic is posted in the most relevant space. Hopefully, this new category will help you to get answers.
In the meantime, good luck and happy developing!
Hey there @WitherdRaspbery! Welcome to the community! So your grapple code is not set up for replication yet! Basically you need to set up to be able to ask the server something, execute your action on the server, and sync it with the client.