|
| 23 Jan 2016 05:10 PM |
Looking through the relevant scripts, I can't find anything. I want to prevent them from causing the player to move
|
|
|
| Report Abuse |
|
|
Notwal
|
  |
| Joined: 31 Dec 2014 |
| Total Posts: 915 |
|
|
| 23 Jan 2016 05:12 PM |
| You'll have to delete the control script when the player spawns. |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2016 05:13 PM |
| How if you can't even access the control script? |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2016 05:14 PM |
Stop then from controlling or stop them from moving? You could either set their walkspeed to 0, or you could clone the player, hide the real player, set their camera on the clone, and continue from there?
~MightyDantheman |
|
|
| Report Abuse |
|
|
Casualist
|
  |
| Joined: 26 Jun 2014 |
| Total Posts: 4443 |
|
|
| 23 Jan 2016 05:18 PM |
| Or you could just rewrite//edit the control script. |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2016 05:18 PM |
You can copy and paste in the default player scripts and edit them, btw.
|
|
|
| Report Abuse |
|
|
|
| 23 Jan 2016 05:20 PM |
Oooooh, got it.
So they were using some abstract enums, and I just replaced them with the WSAD enums
|
|
|
| Report Abuse |
|
|
Darkenus
|
  |
| Joined: 17 Jul 2014 |
| Total Posts: 1997 |
|
|
| 23 Jan 2016 05:36 PM |
| Funny; Roblox disabled the left and right arrow keys already; and yet they didn't disable the up and down ones. Apparently, as stated in the comments of the ControlScript, they will do that soon. |
|
|
| Report Abuse |
|
|