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

trying to make a BodyPosition elevator but i cannot add to y... :/?

Asked by 6 years ago

ok so heres a prototype of my script..

~~~~~~~~~~~~~~~~~ wait(1) print("go")

while wait(1) do script.Parent.BodyPosition.P = script.Parent.CFrame.p + Vector3.new(0,5,0)

end ~~~~~~~~~~~~~

iv tried to change some of the propertys around in the bodyposition but no luck either so anyone can help me that would be great.

0
while wait(1) do script.Parent.BodyPosition.position = (CFrame.new(script.Parent.CFrame.p)*CFrame.new(0,5,0)).p end ~~~~~~~~~~~~~ 22ron 0 — 6y
0
that doesent seem to work. the position on the bodyposition doesent even move when i look a it in game popthecorn145 16 — 6y
0
b-b-bump popthecorn145 16 — 6y

Answer this question