of     1   

Firebrand1
#145308129Thursday, September 04, 2014 6:38 AM GMT

I have a function in a localscript that, once called, will move the character to a certain position and anchor their torso. The problem is that all other players will see the player in the position they were in prior to this function, and only the localplayer will see the actual moved character. When using a script, not even the localplayer can see the move, it just anchors the character into the position they started in, not the position specified in the script. Here it is: Player = script.Parent.Parent.Parent.Parent.Parent Player.Character.Torso.Anchored = true Player.Character.Torso.CFrame = Bed.SleepPos.CFrame How can fix it so all players can see the localplayer in the correct position?
murcury57
#145310060Thursday, September 04, 2014 9:20 AM GMT

[ Content Deleted ]

    of     1