Code here:
01 | local platform = p |
02 | local start = p.Position |
03 | local finish = p.End.Value |
04 | local bodyPos = p.BodyPosition |
05 |
06 | while true do |
07 | bodyPos.position = start |
08 | wait( 5 ) |
09 | bodyPos.position = finish |
10 | wait( 5 ) |
11 | end |
It isn't sticking and I hate it what what what what ahhhhhhhhh