wait(1) Players = game.Players function Remove() Players.PlayerScripts.Destory() Players.PlayerScripts.Destory() print("Both things destoyed") end print("the heck") Players.PlayerAdded:connect(Remove)
Why? Because, when you destroy the PlayerScripts, all scripts such as movements, camera, and chatting for the player is destroyed....