Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait ()
- c = Instance.new("Part")
- c.Position = Vector3.new(math.random(-100,100),math.random(0,50),math.random(-100,100))
- c.Transparency = 0.3
- c.Reflectance = 20
- c.Size = Vector3.new(1, 1, 1)
- c.BrickColor = BrickColor.new(67)
- c.CanCollide = false
- c.Locked = true
- c.Anchored = false
- c.Shape = 0
- c.Parent = game.Workspace.chucky4523
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement