Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local TurningSpeed = 10 -- if u make this "100 it goes faster" if u make it "1 it goes slower"
- while true do
- script.Parent.CFrame = script.Parent.CFrame * CFrame.Angles(0, math.rad(TurningSpeed), 0)
- wait(0.01)
- end
Advertisement
Advertisement