Advertisement
c00lkiddv2016

Giant Head Rain [OMFG]

May 15th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. while wait(0.01) do
  2. p = Instance.new("Part",game.Workspace)
  3. p.Name = "LOLhead"
  4. p.BrickColor = BrickColor.random()
  5. sm = Instance.new("SpecialMesh",p)
  6. p.Size = Vector3.new(10,10,10)
  7. p.Position = Vector3.new(math.random(-100,100),60,math.random(-100,100))
  8. face = Instance.new("Decal",p)
  9. face.Face = "Front"
  10. face.Texture = "rbxassetid://102312301"
  11. face.Name = "face"
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement