Item that hooks players

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

IsaacGamerMC

New Member
Aug 31, 2020
6
0
1
Can someone help me make a custom item that can hook players to your current location with a projectile launched?
 
Howdy there! You should be able to achieve this by using "push victim from victim to attacker". If that doesnt work, you can try "push victim from vector victim to vector attacker". I'm not entirely sure if the second would work, but it's still worth a shot (I don't use vectors often, and they're sort of a 50/50 with me). Unrelated, but it would help if you included your Skript version and possible addons so we can help out further. Hope this helps.
 
Howdy there! You should be able to achieve this by using "push victim from victim to attacker". If that doesnt work, you can try "push victim from vector victim to vector attacker". I'm not entirely sure if the second would work, but it's still worth a shot (I don't use vectors often, and they're sort of a 50/50 with me). Unrelated, but it would help if you included your Skript version and possible addons so we can help out further. Hope this helps.

Code:
push victim to attacker at speed %number%
 
Status
Not open for further replies.