Advertisement
soneeee

Roblox Spinning Script For Models

Sep 5th, 2017
1,628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. while true do
  2. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0.03,0)
  3. wait(0.05)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement