local part = game.Workspace.Part while true do wait(1) part.CFrame = CFrame.Angles(0,math.rad(5),0) end