RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"make a part spin forever"
-- server script (ServerScriptService) while true do local part = game.Workspace.Part part.CFrame = part.CFrame * CFrame.Angles(0, math.rad(1), 0) wait() end