Advertisement
LightSynapse

FE Magnet Script (1 Try Per Join)

Jul 3rd, 2018
2,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.72 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  2. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4,-4,-4)
  3. game.Players.LocalPlayer.Character.Torso.Anchored = true
  4. for i,v in pairs(game.Players:GetChildren()) do
  5. local Target = v.Name
  6. local R_C = Instance.new("BallSocketConstraint")
  7. R_C.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  8. local hah = Instance.new("Attachment")
  9. hah.Parent = game.Players[Target].Character.HumanoidRootPart
  10. local hah2 = Instance.new("Attachment")
  11. hah2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  12. R_C.Attachment0 = hah
  13. R_C.Attachment1 = hah2
  14. R_C.Visible = false
  15. wait(0.1)
  16. game.Players.LocalPlayer.Character.Torso.Anchored = false
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement