Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- people = game.Players:GetChildren()
- for peep = 1,#people do
- chars = people[peep].Character:GetChildren()
- for CHEESE = 1,#chars do
- local chez = Instance.new("SpecialMesh")
- chez.TextureId = ""
- chez.MeshId = "http://www.roblox.com/asset/?id=11563093"
- chez.Parent = chars[CHEESE]
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement