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 3 years ago

Code here:

local platform = p
local start = p.Position
local finish = p.End.Value
local bodyPos = p.BodyPosition

while true do
    bodyPos.position = start
    wait(5)
    bodyPos.position = finish
    wait(5)
end

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 — 3y

Answer this question