why doesnt this work?
wait(5)
while true do
local winnersplatePos = script.Parent.Parent.WinnersPart.CFrame
print(winnersplatePos)
script.Parent.CFrame = CFrame.new(winnersplatePos)
wait(1)
end
why doesnt this work?
wait(5)
while true do
local winnersplatePos = script.Parent.Parent.WinnersPart.CFrame
print(winnersplatePos)
script.Parent.CFrame = CFrame.new(winnersplatePos)
wait(1)
end
wait(5)
while true do
local winnersplatePos = script.Parent.Parent.WinnersPart.Position
print(winnersplatePos)
script.Parent.CFrame = CFrame.new(winnersplatePos)
wait(1)
end
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.