Hey guys,
I’m making an experimental line sim and I want to turn off the ability for players to move their character (run, jump, climb, etc…).
I’m trying to do this server-side so exploiters can’t inject code into the client. However, whenever I try to do this, the server cannot recognize anything under the player. It will only work if I put the code in the client…
The code for this, I have placed in a PlayerAdded event function, but the serve still does not recognize it. I have also tried event functions and it does the same thing.
PlayerScripts is not a valid member of Player "Players.XxFreedomxGamerxX" - Server
I have tried putting it in a PlayerAdded event but it still doesn’t recognize… Even remote events and functions don’t work. I had been following the advice from this post in 2020, but I’m afraid it might be outdated…
Thank you for your help guys