Page 1 of 1

Player Melee atributes

Posted: Wed Dec 18, 2024 5:16 pm
by Bloody_kuss
Where i can get more player melee atributes like
ply.IsMeleeAttacking || ply.IsJumpAttacking || ply.IsHoldingPlayerInGrab ?
i want to know all of them

Re: Player Melee atributes

Posted: Wed Dec 18, 2024 7:15 pm
by dsafxP
Check the IPlayer class from the Script API documentation.

Re: Player Melee atributes

Posted: Wed Dec 18, 2024 7:49 pm
by Bloody_kuss
dsafxP wrote:
Wed Dec 18, 2024 7:15 pm
Check the IPlayer class from the Script API documentation.
Thank you !