Advertisement
teotv202

Fe control player(visible character)

Oct 18th, 2019
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. char = game:FindFirstChildOfClass("Players").LocalPlayer.Character
  2. char:FindFirstChildOfClass("Humanoid").Jump = true
  3. for i,v in pairs(game:FindFirstChildOfClass("Players"):GetChildren()) do
  4. name = "insert someone username here"
  5. local R_C = Instance.new("BallSocketConstraint")
  6. R_C.Parent = char.HumanoidRootPart
  7. local hah = Instance.new("Attachment")
  8. hah.Parent = game:FindFirstChildOfClass("Players")[name].Character.HumanoidRootPart
  9. local hah2 = Instance.new("Attachment")
  10. hah2.Parent = char.HumanoidRootPart
  11. R_C.Attachment0 = hah
  12. R_C.Attachment1 = hah2
  13. R_C.Visible = false
  14. wait(0.1)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement