Currently my game loop involves a part being created then positioned in the sky. This is handled on the server. Then the parts position is tweened to its destination. This is handled on the client. Therefore, the server doesn’t know that the part is moving. The parts position only updates on the server once the tween has completed. Hence this makes server side hit detection awkward. At least that’s what I’ve gathered. I’m new to scripting so I don’t really know lol.
I need help. I don’t want to do my hit detection on the client. Or maybe your replies might change my mind. Also I’m not going to use .Touched. Also I’m probably way over complicating things. I just want my script to be reliable lol.
What should I do?
If you would like more information I will provide screenshots etc.