Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --R6
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- s.Part0 = game.Players.LocalPlayer.Character.Torso
- s.Part1 = game.Players.LocalPlayer.Character.Head
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- s.Part0 = game.Players.LocalPlayer.Character.Torso
- s.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
- s.C0 = CFrame.new(1.5,1.5,0)
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- s.Part0 = game.Players.LocalPlayer.Character.Torso
- s.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
- s.C0 = CFrame.new(-1.5,1.5,0)
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- s.Part0 = game.Players.LocalPlayer.Character.Torso
- s.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
- s.C0 = CFrame.new(-1.5,-1.5,0)
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- s.Part0 = game.Players.LocalPlayer.Character.Torso
- s.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
- s.C0 = CFrame.new(1.5,-1.5,0)
- -----------------------------------------------------------------------------
- --R15
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.UpperTorso)
- s.Part0 = game.Players.LocalPlayer.Character.UpperTorso
- s.Part1 = game.Players.LocalPlayer.Character.Head
- s.C0 = CFrame.new(0,-1.5,0)
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.UpperTorso)
- s.Part0 = game.Players.LocalPlayer.Character.UpperTorso
- s.Part1 = game.Players.LocalPlayer.Character["RightUpperArm"]
- s.C0 = CFrame.new(1.5,1.5,0)
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.UpperTorso)
- s.Part0 = game.Players.LocalPlayer.Character.UpperTorso
- s.Part1 = game.Players.LocalPlayer.Character["LeftUpperArm"]
- s.C0 = CFrame.new(-1.5,1.5,0)
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.UpperTorso)
- s.Part0 = game.Players.LocalPlayer.Character.UpperTorso
- s.Part1 = game.Players.LocalPlayer.Character["LeftUpperLeg"]
- s.C0 = CFrame.new(-1.5,-1.5,0)
- local s = Instance.new("Weld", game.Players.LocalPlayer.Character.UpperTorso)
- s.Part0 = game.Players.LocalPlayer.Character.UpperTorso
- s.Part1 = game.Players.LocalPlayer.Character["RightUpperLeg"]
- s.C0 = CFrame.new(1.5,-1.5,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement