Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=347955300"
- s.Volume = 5
- s.Pitch = 1
- s.Looped = false
- s.Parent = Workspace
- s:Play()
- while true do
- wait(.00)
- x = Instance.new("Part")
- x.Parent = game.Workspace
- x.Name = ("Head")
- y = Instance.new("SpecialMesh")
- y.Parent = x
- x.Size = Vector3.new(4,4,4)
- x.Position = Vector3.new(math.random(-250,250), 36, math.random(-250,250))
- x.BrickColor = BrickColor.new("Bright yellow")
- z = Instance.new("Decal")
- z.Parent = x
- z.Texture = "http://www.roblox.com/asset/?id=62099719"
- wait(1)
- x:Destroy()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement