BlueSquib
|
  |
| Joined: 03 Apr 2016 |
| Total Posts: 108 |
|
|
| 01 May 2016 10:57 PM |
I was trying to make a teleport for players, but it seems whenever the game is server hosted, it just ignores the command For example, if a script said
game.Players.Player1.Character.Torso.CFrame = CFrame.new(Vector3.new(0,0,0))
Nothing would happen |
|
|
| Report Abuse |
|
xlaser23
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 20341 |
|
| |
Jammer622
|
  |
| Joined: 19 Nov 2008 |
| Total Posts: 1739 |
|
|
| 01 May 2016 11:10 PM |
The problem might be that is IS a local script and that filteringenabled is active. Localscripts can't directly change server-hosted data.
If you're using a localscript to run the function, try running it from a regular script. |
|
|
| Report Abuse |
|