Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- se = Instance.new("Part")
- se.Parent = game.Workspace
- se.Position = Vector3.new(-100, 0, -100)
- se.Size = Vector3.new(25,4,25)
- se.CanCollide = false
- se.Anchored = true
- for I=1,25 do
- for l=1,25 do
- se.Position = se.Position + Vector3.new(0,0,25)
- p = se:Clone()
- p.BrickColor = BrickColor.new("Bright green")
- p.Material = ("Grass")
- p.CanCollide = false
- p.Parent = game.Workspace.Camera
- p.Anchored = true
- r = math.random(-1.1,1.1)
- p.Position = p.Position + Vector3.new(0, r, 0)
- p.Size = Vector3.new(25,4,25)
- p.CanCollide = true
- end
- se.Position = se.Position + Vector3.new(25,0,-625)
- end
- game.Workspace.Base:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement