Advertisement
Guest User

Fe Control Script (For Ezy)

a guest
Aug 6th, 2017
5,144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. -- Make sure to change 'VICTIM' To the player you wanna control. Have fun
  2. local plr = game.Workspace.'VICTIM'
  3. local lol = 'Torso'
  4. local omg = 'Torso'
  5. local lpChar = game.Players.LocalPlayer.Character[omg]
  6.  
  7. wait()
  8. local w = Instance.new('Weld', lpChar)
  9. w.Part0 = plr[lol]
  10. w.Part1 = lpChar
  11. w.C0 = plr.CFrame
  12. w.C1 = lpChar.CFrame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement