Advertisement
Beasrt

Beasrts Morph script

Mar 30th, 2015
934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. people = game.Players:GetChildren()
  2. for peep = 1,#people do
  3. chars = people[peep].Character:GetChildren()
  4. for CHEESE = 1,#chars do
  5. local chez = Instance.new("SpecialMesh")
  6. chez.TextureId = ""
  7. chez.MeshId = "http://www.roblox.com/asset/?id=11563093"
  8. chez.Parent = chars[CHEESE]
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement