Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By Rufus14
- plr = game.Players.LocalPlayer
- char = plr.Character
- rig = char.Torso
- dededed = Instance.new("Sound", rig)
- dededed.SoundId = "rbxassetid://565424701"
- dededed1 = Instance.new("Sound", rig)
- dededed1.SoundId = "rbxassetid://565423860"
- rip = false
- for i = 1,10 do
- wait()
- print("lel")
- end
- function dead(arm)
- if not rip then
- rip = true
- local Math = math.random(1,2)
- local human = arm.Parent:FindFirstChild("Humanoid")
- print(human)
- local root = arm.Parent:FindFirstChild("HumanoidRootPart")
- print(root)
- local joint = root:FindFirstChild("RootJoint")
- print(joint)
- if Math == 1 then
- dededed:Play()
- end
- if Math == 2 then
- dededed1:Play()
- end
- for i = 1,50 do
- wait()
- joint.C0 = joint.C0 * CFrame.Angles(1,0,0)
- end
- human:destroy()
- rip = false
- end
- end
- char["Left Arm"].Touched:connect(dead)
- --[[
- weld = Instance.new("Weld",head)
- weld.Part0 = head
- weld.Part1 = char["Right Arm"]
- --]]
Advertisement
Add Comment
Please, Sign In to add comment