You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I have a script that moves the arms based on mouse position though i need to replicate it to the server but it has a slight delay using remoteevent in a loop to send the C0 information
What is the issue? Include screenshots / videos if possible!
the delay is somewhat noticable
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
communication from server to client so getting information with remotefunction from localscript and applying it straight to script but it still has some delay
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!
I just want to know if there are any other methods to achive less delay.When in a local script there is no delay( i also tried using a fake hand so in the client it doesnt seem like there is a delay but then other problems came up when i wanted to hold weapons)
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.
i cant rotate it on the client and then on the server because that makes it so it rotates 2 times on the client since one is instant and the other has a little delay and it seems like is lagging. Also what is different using unreliable remote than normal remote?
Unreliable remote events allow you to send data that won’t always be received, so the server doesn’t hold up everything waiting for one packet. And also the client will take precedence over the server because it will update faster