Advertisement
1x1x1x1IAMbck

ink sans morph

Apr 20th, 2018
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. -- by 1x1x1x1IAMbck
  2. wait(1)
  3. plr = game.Players.LocalPlayer
  4. char = plr.Character
  5. mouse = plr:GetMouse()
  6. whitecolor = Color3.new(1,1,1)
  7. epicmode = false
  8. normal = true
  9. for i,v in pairs(char:GetChildren()) do
  10. if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "ShirtGraphic" then
  11. v:Destroy()
  12. end
  13. end
  14. local shirt = Instance.new("Shirt",char)
  15. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=429776330"
  16. local pants = Instance.new("Pants",char)
  17. pants.PantsTemplate = "http://www.roblox.com/asset/?id=482364735"
  18. local bdycolors = char["Body Colors"]
  19. bdycolors.HeadColor3 = whitecolor
  20. bdycolors.LeftArmColor3 = whitecolor
  21. bdycolors.LeftLegColor3 = whitecolor
  22. bdycolors.RightArmColor3 = whitecolor
  23. bdycolors.RightLegColor3 = whitecolor
  24. bdycolors.TorsoColor3 = whitecolor
  25. for i,v in pairs(char:GetChildren()) do
  26. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  27. v:Destroy()
  28. end
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement