My goal is to have the server sit people in seats when needed.
The server is running the code but it’s not working properly for some people. Literally nothing happens for some and for others it works properly. For me, it never works.
My Code:
I’ve searched around for solutions but most involve running the code on server (which I am).
Does anyone know how to fix this or can anyone offer any help? Thanks!
Why are you bothering to make people sit on Seats? Roblox does that for you, that’s why they’re actually called seats and not parts. Do not include any code. Just insert a Seat instance onto workspace, anchor it and literally touch it.
Even if it was necessary to script it, like in Click to Sit scenarios, it would be wise to do it from the client as it automatically replicates to the server.