|
| 21 Jun 2014 02:32 PM |
this is supposed to clone a bodyposition into a player and set it's position to a nlock, but it keeps it's position at 0,50,0, and doesn't destroy the script or body position. help? (no output)
local plr = Game.Players.LocalPlayer local bp = Instance.new("BodyPosition", plr.Character.Torso) bp.maxForce = Vector3.new(10000,10000,10000) wait(0.4) bp.position = CFrame.new(Game.Workspace.TeamGame.Trivia.AnswerPlatform.Position) + Vector3.new(0,6,0) wait(2) bp:Destroy() script:Destroy() |
|
|
| Report Abuse |
|
| |
| |
| |
| |
| |