Advertisement
anuisud1

Untitled

Mar 2nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. local duck = Instance.new('SpecialMesh', game.Players.LocalPlayer.Character.Torso)
  2. duck.MeshType = 'FileMesh'
  3. duck.MeshId = 'http://www.roblox.com/asset/?id=9419831'
  4. duck.TextureId = 'http://www.roblox.com/asset/?id=9419827'
  5. duck.Scale = Vector3.new(7, 7, 7)
  6. game.Players.LocalPlayer.Character.Head.Transparency = 1
  7. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  8. game.Players.LocalPlayer.Character['Left Arm']:Destroy()
  9. game.Players.LocalPlayer.Character['Right Arm']:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement