Hasli4

Untitled

Nov 23rd, 2025
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local MeshPart = script.Parent
  2. local rotation = CFrame.fromEulerAnglesXYZ(0, math.pi/100, 0)
  3. while true do
  4.     wait()
  5.     MeshPart.CFrame = MeshPart.CFrame * rotation
  6. end
  7.  
Add Comment
Please, Sign In to add comment