Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local You = "Meti2000" local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent = model model.Name = "Skeleton Dummy" humanoid.MaxHealth = 0 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
- --yay
- Player = game:GetService("Players").LocalPlayer
- PlayerGui = Player.PlayerGui
- Cam = workspace.CurrentCamera
- Backpack = Player.Backpack
- Character = Player.Character
- Humanoid = Character.Humanoid
- Mouse = Player:GetMouse()
- RootPart = Character["HumanoidRootPart"]
- Torso = Character["Torso"]
- Head = Character["Head"]
- RightArm = Character["Right Arm"]
- LeftArm = Character["Left Arm"]
- RightLeg = Character["Right Leg"]
- LeftLeg = Character["Left Leg"]
- RootJoint = RootPart["RootJoint"]
- Neck = Torso["Neck"]
- RightShoulder = Torso["Right Shoulder"]
- LeftShoulder = Torso["Left Shoulder"]
- RightHip = Torso["Right Hip"]
- LeftHip = Torso["Left Hip"]
- local sick = Instance.new("Sound",Character)
- sick.SoundId = "rbxassetid://531711813"
- sick.Looped = true
- sick.Pitch = 1
- sick.Volume = 1
- Head:ClearAllChildren()
- local tor = Instance.new("CharacterMesh")
- tor.Parent = Character
- tor.Name = "Bones"
- tor.BodyPart = "Torso"
- tor.MeshId = "36780113"
- tor.OverlayTextureId = "36780292"
- local tor = Instance.new("CharacterMesh")
- tor.Parent = Character
- tor.Name = "Bones"
- tor.BodyPart = "LeftLeg"
- tor.MeshId = "36780079"
- tor.OverlayTextureId = "36780292"
- local tor = Instance.new("CharacterMesh")
- tor.Parent = Character
- tor.Name = "Bones"
- tor.BodyPart = "RightLeg"
- tor.MeshId = "36780195"
- tor.OverlayTextureId = "36780292"
- local tor = Instance.new("CharacterMesh")
- tor.Parent = Character
- tor.Name = "Bones"
- tor.BodyPart = "RightArm"
- tor.MeshId = "36780156"
- tor.OverlayTextureId = "36780292"
- local tor = Instance.new("CharacterMesh")
- tor.Parent = Character
- tor.Name = "Bones"
- tor.BodyPart = "LeftArm"
- tor.MeshId = "36780032"
- tor.OverlayTextureId = "36780292"
- local tor = Instance.new("SpecialMesh")
- tor.Scale = Vector3.new(1,1,1)
- tor.MeshType = "FileMesh"
- tor.MeshId = "http://www.roblox.com/asset/?id=36869983"
- tor.TextureId = "rbxassetid://36869975"
- tor.Parent = Head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement