Advertisement
RyanDaCoder

Robloxian 2.0 Morph (ROBLOX)

Jun 24th, 2018
1,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. -- become a Robloxian 2.0 body lolollol
  2. function givepackage(plr)
  3. for i, charactermesh in pairs(workspace[plr]:GetChildren()) do
  4. if charactermesh:IsA"CharacterMesh" then
  5. charactermesh:Destroy()
  6. end
  7. end
  8. workspace[plr].Head.Mesh.MeshType = "Head"
  9. local larm = Instance.new("CharacterMesh", workspace[plr])
  10. local lleg = Instance.new("CharacterMesh", workspace[plr])
  11. local rarm = Instance.new("CharacterMesh", workspace[plr])
  12. local rleg = Instance.new("CharacterMesh", workspace[plr])
  13. local torso = Instance.new("CharacterMesh", workspace[plr])
  14. larm.BodyPart = "LeftArm"
  15. lleg.BodyPart = "LeftLeg"
  16. rarm.BodyPart = "RightArm"
  17. rleg.BodyPart = "RightLeg"
  18. torso.BodyPart = "Torso"
  19. larm.MeshId = "27111419"
  20. lleg.MeshId = "27111857"
  21. rarm.MeshId = "27111864"
  22. rleg.MeshId = "27111882"
  23. torso.MeshId = "27111894"
  24. larm.Name = "Roblox 2.0 Left Arm"
  25. lleg.Name = "Roblox 2.0 Left Leg"
  26. rarm.Name = "Roblox 2.0 Right Arm"
  27. rleg.Name = "Roblox 2.0 Right Leg"
  28. torso.Name = "Roblox 2.0 Torso"
  29. end
  30. wait()
  31. givepackage("OPTUMUSMEGA2009")
  32. print("script loaded, made by RyanDaCoder - Pastebin, Charlie The Charlie#3227 - Discord")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement