Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why wont my camera and movement script work?

Asked by 6 years ago
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)
0
facepalm hiimgoodpack 2009 — 6y
0
That really dosent help me FIreFlight1125 -12 — 6y
0
Destroying the player scripts? Not a good solution, tbh Aquaventurer 26 — 6y
0
Same thing hat he said ^^^^ oSyM8V3N 429 — 6y
View all comments (7 more)
0
I mean why wont they like not work FIreFlight1125 -12 — 6y
0
I want to purposely destroy them but for some reason their are no errors and it wont destroy them. FIreFlight1125 -12 — 6y
0
Well, if you really want to... change Players.PlayerScripts.Destroy() to Players.PlayerScripts:Destroy() Aquaventurer 26 — 6y
0
I did that before but still wont work for me FIreFlight1125 -12 — 6y
0
You cannot destroy PlayerScripts saSlol2436 716 — 6y
0
Boi..? what the hell is this script :3 greatneil80 2647 — 6y
0
u destroy it.... IcyMizu 122 — 6y

1 answer

Log in to vote
1
Answered by 6 years ago

Why? Because, when you destroy the PlayerScripts, all scripts such as movements, camera, and chatting for the player is destroyed....

0
Yes. Which is why I facepalmed. hiimgoodpack 2009 — 6y
0
shut up hiim good pack... greatneil80 2647 — 6y
Ad

Answer this question