Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(0.01) do
- p = Instance.new("Part",game.Workspace)
- p.Name = "HAX"
- p.BrickColor = BrickColor.random()
- sm = Instance.new("SpecialMesh",p)
- sm.MeshType = "FileMesh"
- sm.MeshId = "http://www.roblox.com/asset/?id=111868131"
- sm.TextureId = "http://www.roblox.com/asset/?id=111867655"
- sm.Scale = Vector3.new(14.5, 14.5, 14.5)
- snd = Instance.new("Sound",p)
- snd.Volume = 1
- snd.Pitch = 1
- snd.Looped = false
- snd.Archivable = true
- snd.PlayOnRemove = true
- snd.SoundId = "http://www.roblox.com/asset/?id=111896685"
- p.Size = Vector3.new(6, 3.35, 3.35)
- p.Position = Vector3.new(math.random(-100,100),60,math.random(-100,100))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement