Advertisement
Tacidus

Spin Part

May 10th, 2023
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local part = script.Parent
  2.  
  3.     while task.wait do
  4.         part.CFrame = part.CFrame * CFrame.Angles(0, 0.05, 0)
  5.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement