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

Is there a way to take away the control of a player's character?

Asked by
RedCombee 585 Moderation Voter
9 years ago

Hello. I am wondering if it is possible to make a character uncontrollable so the script can proceed without any resistance. I know that it's possible to make a copy of the player's character and move that with my script instead, but it would be helpful to know if there's another way to go about it.

1 answer

Log in to vote
0
Answered by
Dr_Doge 100
9 years ago

Yes there is. Just disable the Players Control script like so...

game.Players["fancyboby47"]PlayerScripts.ControlScript.Disabled = true -- Change my username with whater u want
0
As far as I know, there is no child of the player called "PlayerScripts". RedCombee 585 — 9y
Ad

Answer this question