Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Character.Humanoid.Sit = true
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4,-4,-4)
- game.Players.LocalPlayer.Character.Torso.Anchored = true
- for i,v in pairs(game.Players:GetChildren()) do
- local Target = v.Name
- local R_C = Instance.new("BallSocketConstraint")
- R_C.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
- local hah = Instance.new("Attachment")
- hah.Parent = game.Players[Target].Character.HumanoidRootPart
- local hah2 = Instance.new("Attachment")
- hah2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
- R_C.Attachment0 = hah
- R_C.Attachment1 = hah2
- R_C.Visible = false
- wait(0.1)
- game.Players.LocalPlayer.Character.Torso.Anchored = false
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement