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

Why is my moving part not sticking to the character?

Asked by 4 years ago

Code here:

01local platform = p
02local start = p.Position
03local finish = p.End.Value
04local bodyPos = p.BodyPosition
05 
06while true do
07    bodyPos.position = start
08    wait(5)
09    bodyPos.position = finish
10    wait(5)
11end

It isn't sticking and I hate it what what what what ahhhhhhhhh

0
Any errors? If there isn't, I think you need to add a weld to the character or put it inside the character. Dovydas1118 1495 — 4y

Answer this question