Advertisement
c00lkiddv2016

Giant HAX Rain [OMFG]

Jun 2nd, 2016
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while wait(0.01) do
  2. p = Instance.new("Part",game.Workspace)
  3. p.Name = "HAX"
  4. p.BrickColor = BrickColor.random()
  5. sm = Instance.new("SpecialMesh",p)
  6. sm.MeshType = "FileMesh"
  7. sm.MeshId = "http://www.roblox.com/asset/?id=111868131"
  8. sm.TextureId = "http://www.roblox.com/asset/?id=111867655"
  9. sm.Scale = Vector3.new(14.5, 14.5, 14.5)
  10. snd = Instance.new("Sound",p)
  11. snd.Volume = 1
  12. snd.Pitch = 1
  13. snd.Looped = false
  14. snd.Archivable = true
  15. snd.PlayOnRemove = true
  16. snd.SoundId = "http://www.roblox.com/asset/?id=111896685"
  17. p.Size = Vector3.new(6, 3.35, 3.35)
  18. p.Position = Vector3.new(math.random(-100,100),60,math.random(-100,100))
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement