Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- I got bored. Best when you have no packages on.
- -- Simple yet amazing.
- -- Made by Donny526
- -- Donny526#1886
- wait(1)
- plr = game.Players.LocalPlayer
- chr = plr.Character
- head = chr.Head
- torso = chr.Torso
- larm = chr["Left Arm"]
- rarm = chr["Right Arm"]
- lleg = chr["Left Leg"]
- rleg = chr["Right Leg"]
- face = head.face
- face.Texture = "rbxassetid://1104210678"
- local lamesh = Instance.new("CharacterMesh",chr)
- lamesh.MeshId = 1112256772
- lamesh.BodyPart = "LeftArm"
- local ramesh = Instance.new("CharacterMesh",chr)
- ramesh.MeshId = 1112244824
- ramesh.BodyPart = "RightArm"
- local llmesh = Instance.new("CharacterMesh",chr)
- llmesh.MeshId = 1112275294
- llmesh.BodyPart = "LeftLeg"
- local rlmesh = Instance.new("CharacterMesh",chr)
- rlmesh.MeshId = 1112267576
- rlmesh.BodyPart = "RightLeg"
- local tmesh = Instance.new("CharacterMesh",chr)
- tmesh.MeshId = 1112228624
- tmesh.BodyPart = "Torso"
- local hmesh = head.Mesh
- hmesh.MeshType = "FileMesh"
- hmesh.MeshId = "rbxassetid://1104623876"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement