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

How do you disable a players control? [SLOVED]

Asked by 8 years ago

I have used this script

local controllerService = game:GetService("ControllerService")
local controller = controllerService:GetChildren()[1]
controller.Parent = nil 
wait(5)
controller.Parent = controllerService 

but it wont work i also searched up and none of the scripts work for me. Please help :c.

0
This used to be valid. Now you have to mess with the PlayerScripts. Perci1 4988 — 8y
0
How do you do that? KFCPhoeyu 41 — 8y
0
SLOVED Vezious 310 — 8y
0
Dude if your question is solved, DELETE it. LateralLace 297 — 8y

Answer this question