Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(1)
- local p = Instance.new("Part")
- p.Parent = game.Workspace
- p.Position = Vector3.new ((math.random(-100, 100)),100,(math.random(-100,100)))
- p.Size = Vector3.new( 22, 22, 22) --Change the numbers to change the size from it.
- p.BrickColor = BrickColor.new(21)
- p.Transparency= 0
- p.Reflectance= .1
- p.Shape = 0
- p.Locked = true
- p.Anchored = false
- p.CanCollide = true
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement