Owned = game.Workspace.owned reset = Owned.CFrame.new(0,0.1,0) Owned.CFrame.new(0,.01,0) wait() Owned.CFrame.add(0,.01,0) repeat until Owned.CFrame.current(0,360.01,0) local next = reset --I am a super beginner and I would like you to explain why it won't work.
I made this my self over the week end.
while true do script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0.07,0) wait(0.01) end