Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How Do I Make A Player Fly To The Right With A Body Position? Please answer

Asked by 8 years ago

Here is the script.

player = Game.Players.LocalPlayer player1 = player.Character BP = Instance.new("BodyPosition")

BP.maxForce = Vector3.new(math.huge, math.huge, math.huge)

if key == "d" then while wait(.1) do local Lv = Workspace.Camera.CoordinateFrame BP.position = player1.Torso.Position BP.position = BP.position + speed * Lv.lookVector -- can you edit this to make the player fly to the right end end

0
Please Code Block your script. alphawolvess 1784 — 8y
0
dont know what that is im new fyi but please answer my question davie10863 9 — 8y

Answer this question