Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Raining heads script used by 1x1x1x1 on Crossroads. Made by Den4ikSeekers.
- while true do
- wait(0.0001)
- local p = Instance.new('Part')
- p.Parent = game.Workspace
- p.Position = Vector3.new ((math.random(-300, 300)),300,(math.random(-300, 300)))
- p.Size = Vector3.new( 5, 5, 5)
- p.BrickColor = BrickColor.new('Bright yellow')
- p.Locked = true
- p.Anchored = false
- p.CanCollide = false
- p.Name = 'Infected'
- m = Instance.new('SpecialMesh')
- m.Parent = p
- m.MeshType = 'Head'
- m.Scale = Vector3.new(5,5,5)
- f = Instance.new('Decal')
- f.Parent = p
- f.Texture = ('rbxasset://textures/face.png')
- f.Face = ('Front')
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement