Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- for angle = 1, 360 do wait() l = Instance.new("Part", Workspace) l.Anchored = false l.CanCollide = false l.TopSurface = 0 l.BottomSurface = 0 l.BrickColor = BrickColor.new("Cyan") l.FormFactor = "Custom" l.Shape = "Block" l.CFrame = CFrame.new(0, 120, 0) * CFrame.Angles(0, math.rad(angle), 0) * CFrame.new(0, 0, 100) end
- end
- --circle script k?--
Advertisement
Add Comment
Please, Sign In to add comment