Advertisement
c00lkiddv2016

Giant Noob Rain [OMFG]

May 15th, 2016
4,193
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 = "LOLnoob"
  4. p.BrickColor = BrickColor.random()
  5. sm = Instance.new("SpecialMesh",p)
  6. sm.MeshType = "FileMesh"
  7. sm.MeshId = "http://www.roblox.com/asset/?id=29515710"
  8. sm.TextureId = "http://www.roblox.com/asset/?id=30820395"
  9. sm.Scale = Vector3.new(14.5, 14.5, 14.5)
  10. p.Size = Vector3.new(8, 11, 2)
  11. p.Position = Vector3.new(math.random(-100,100),60,math.random(-100,100))
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement