turrtle

Harambe(LUA)

Apr 4th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. local char = game.Players.LocalPlayer.Character
  2. local harambe = Instance.new('SpecialMesh', char.Torso)
  3. harambe.MeshType = 'FileMesh'
  4. harambe.MeshId = 'http://www.roblox.com/asset/?id=430330296'
  5. harambe.TextureId = 'http://www.roblox.com/asset/?id=430330316'
  6. harambe.Scale = Vector3.new(0.01, 0.01, 0.01)
  7.  
  8. char.Head.Transparency = 1
  9. char['Left Arm'].Transparency = 1
  10. char['Right Arm'].Transparency = 1
  11. char['Left Leg'].Transparency = 1
  12. char['Right Leg'].Transparency = 1
Add Comment
Please, Sign In to add comment