Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local part = script.Parent
- local function spinPart()
- while wait(0.1) do
- part.CFrame = part.CFrame * CFrame.Angles(y-axis, math.rad(x-axis), z-axis).
- end
- end
- spinPart()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement