[PAID] [STANDALONE] Jay's Grapple Hook

jay-grapple is an Standalone asset that is highly configurable.

Features:
-Lots of editable features in the config (Will be added soon in config).
-Low ms.

Dependencies
qb-drawtext | This can be changed to any drawtext :slight_smile:

Preview

Tebex

Code is accessible No
Subscription-based No
Lines 100
Dependencies qb-drawtext
Support Yes
3 Likes

Kind regards, I was checking github and found your same script for free, I’m not implying that you are selling it for free, but what I see is that it is too expensive when there are free scripts doing exactly the same thing! :{

He doesn’t have it on his GitHub for free? So not sure where you have downloaded it from.

Good Work Jay :heart:

1 Like

Sick work jay <3

1 Like

Amazing work as always Jay :heart::heart::heart:

1 Like

The Animation is just 10 out of 10 xD

1 Like

Thank you :joy:
not much I can do about it as its a T Pose from setting the entity coords for the grapple to work

1 Like

you know the problem.on that part?the other player see you as nocliping your standing and jumping like modder. if you wqnt to enchance that check my video of grapling hook

update the qb-drawtext to qb-core works great in the new qbcore build

function DrawText()
exports[“qb-core”]:DrawText(“[Shoot] Grapple”, ‘top’)
end

function DrawTextKeyPress()
exports[“qb-core”]:KeyPressed()
end

function UnDrawText()
exports[“qb-core”]:HideText()
end