TechSquad
|
  |
| Joined: 08 Apr 2010 |
| Total Posts: 126 |
|
|
| 15 Dec 2015 07:12 PM |
What is wrong with this? If I'm understanding how this works it should remove the players ability to control their character but it won't work. This is in a local script.
for _, controller in pairs(game:GetService("ControllerService"):GetChildren()) do controller.Parent = nil end |
|
|
| Report Abuse |
|
|
|
| 15 Dec 2015 07:20 PM |
| An easier way of doing this is making a localscript disable/remove the controlscript in playerscripts. |
|
|
| Report Abuse |
|
|
|
| 15 Dec 2015 07:21 PM |
| ControllerService has actually been deprecated completely and this service no longer works. To disable the controls you disable the script inside of their PlayerScripts called "ControlScript". |
|
|
| Report Abuse |
|
|
|
| 15 Dec 2015 07:25 PM |
set starterplayer.devcomputermovementmode to scriptable
/Help me polarize, help me polarize, help me down/ |
|
|
| Report Abuse |
|
|