HitBox(Server-Side) Is Not Syncing With Visual Effect(Client Side)

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear
    I Want To Achieve a Hitbox that Sync with the Visual Fx

  2. What is the issue? Include screenshots / videos if possible!
    The issue is that the Hitbox Isn’t Syncing with the RootPart Position when the player is moving as shown in the video
    Heres the video - Gui's Place - Roblox Studio 2023-07-12 23-43-16

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I’ve tried replicating the RootPartCFrame to the Client so I can make the Cframe of the Visual Fx the same as that but its still Desync

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

-- This is an example Lua code block

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

1 Like

I think I fixed it !! So what I did was Instead of getting the RootPart Position from the Server Script then Sending it To Client , I got it from the Client the Sent it To the Server !

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.