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

My Elevators BodyPosition won't make the platform move!?

Asked by
airkor 10
8 years ago
local elevator = game.Workspace.Elevator
local platform = elevator.Platform
local start = elevator.Start
local finish = elevator.Finish
local bodyPosition = platform.BodyPosition

bodyPosition.position = start.Position

Trying to create an elevator by placing a bodyposition in the platform and having it move between the start and finish positions. I just tried testing the bodyposition's movement and it would not move, the platformed stayed anchored in space. Any suggestions?

0
*platform airkor 10 — 8y
0
Do you mind doing a screenshot or Gyazo of the elevator? This may aid in helping others with this problem. yelsew 205 — 8y

Answer this question