Advertisement
refrop

?

Feb 23rd, 2018
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. naeeym2:Destroy()
  2. end)
  3. chat()
  4. end
  5. function onChatted(msg)
  6. chatfunc(msg)
  7. end
  8. p.Chatted:connect(onChatted)
  9. hed.face.Texture = "http://www.roblox.com/asset/?id=279102006"
  10. ypcall(function()
  11. shirt = Instance.new("Shirt", char)
  12. shirt.Name = "Shirt"
  13. pants = Instance.new("Pants", char)
  14. pants.Name = "Pants"
  15. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=135198826"
  16. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=134979248"
  17. end)
  18. char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
  19. char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
  20. char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
  21. char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
  22.  
  23. MegaloStrikesBack = Instance.new("Sound",torso)
  24. MegaloStrikesBack.Looped = true
  25. MegaloStrikesBack.SoundId = "http://www.roblox.com/asset?id=306560721"
  26. MegaloStrikesBack.Volume = 50
  27. MegaloStrikesBack:Play()
  28. for _, v in pairs(char:GetChildren()) do
  29. if v.ClassName == "Accessory" then
  30. v:remove()
  31. end
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement