RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"create a script inside a Union that will make it spin."
-- server script local union = script.Parent while true do union.CFrame = union.CFrame * CFrame.Angles(0, math.rad(1), 0) wait() end