Why won't this work?
This is the 3rd time asking this question. So I am trying to build a elevator, and for some reason. I have the script in ServerScriptService. When it goes down, It can't go back up My Script:
01 | local model = game.Workspace.Elevator |
02 | local platform = model.Platform |
04 | local bottom = model.Bottom |
05 | local bodyPosition = platform.BodyPosition |
08 | bodyPosition.position = bottom.Position |
10 | bodyPosition.position = top.Position |
When I am in studio It shows no errors. To see what I have for the Elevator go here:
web.roblox.com/Testing-Area-place?id=174590350