George148

omg ballz

Apr 13th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. while true do
  2. 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.Random() 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
  3. end
  4. --circle script k?--
Advertisement
Add Comment
Please, Sign In to add comment