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

BodyPosition wont work what's wrong with my script how could I fix The Problem that im Having?

Asked by 2 years ago

I don't know if its my script but Its not workign lol

local model = script.Parent
local start = model.Start
local platform = model.Part
local End = model.End
local Bposition = platform.BodyPosition

while true do
    Bposition.Position = start.Position
        wait(3)
    Bposition.Position = End.Position
        wait(3)
end

1 answer

Log in to vote
0
Answered by 2 years ago

Can you explain what the model is?

0
just a part like a block/platform FilthyMonsterPlays 8 — 2y
Ad

Answer this question