Isaiah20Yt

korblox morph script [R6]

Mar 10th, 2021 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. --Isaiah20Yt
  2.  
  3. game.Players.LocalPlayer.Character.Head.face:Destroy()
  4. local decal = Instance.new("Decal")
  5. decal.Texture = "http://www.roblox.com/asset/?id=185636445"
  6. decal.Parent = game.Players.LocalPlayer.Character.Head
  7. local korblox_deathspeaker_right_leg = Instance.new("CharacterMesh")
  8. korblox_deathspeaker_right_leg.Name = "Korblox Deathspeaker Right Leg"
  9. korblox_deathspeaker_right_leg.OverlayTextureId = 101851254
  10. korblox_deathspeaker_right_leg.MeshId = 101851696
  11. korblox_deathspeaker_right_leg.BodyPart = Enum.BodyPart.RightLeg
  12. korblox_deathspeaker_right_leg.Parent = game.Players.LocalPlayer.Character
  13. local korblox_deathspeaker_left_arm = Instance.new("CharacterMesh")
  14. korblox_deathspeaker_left_arm.Name = "Korblox Deathspeaker Left Arm"
  15. korblox_deathspeaker_left_arm.OverlayTextureId = 101851254
  16. korblox_deathspeaker_left_arm.MeshId = 101851531
  17. korblox_deathspeaker_left_arm.BodyPart = Enum.BodyPart.LeftArm
  18. korblox_deathspeaker_left_arm.Parent = game.Players.LocalPlayer.Character
  19. local right = Instance.new("CharacterMesh")
  20. right.BodyPart = Enum.BodyPart.RightArm
  21. right.Name = "Right"
  22. right.MeshId = 27111864
  23. right.Parent = game.Players.LocalPlayer.Character
  24. local torso = Instance.new("CharacterMesh")
  25. torso.BodyPart = Enum.BodyPart.Torso
  26. torso.Name = "Torso"
  27. torso.MeshId = 27111894
  28. torso.Parent = game.Players.LocalPlayer.Character
  29. local left_leg = Instance.new("CharacterMesh")
  30. left_leg.BodyPart = Enum.BodyPart.LeftLeg
  31. left_leg.Name = "Left Leg"
  32. left_leg.MeshId = 27111857
  33. left_leg.Parent = game.Players.LocalPlayer.Character
Add Comment
Please, Sign In to add comment