Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Amount = 20
- DA = 360 / Amount
- for i=1,Amount do
- local p = Instance.new('Part', Workspace)
- p.Size = Vector3.new(1, 1, 1)
- p.Anchored = true
- p.CFrame = CFrame.new(0, 25, 0) * CFrame.Angles(0, math.rad(DA * i), 0) * CFrame.new(Amount,0,0)
- wait()
- end
Add Comment
Please, Sign In to add comment