LSRP Tackle
is an updated version of any other tackling resource that allows players to tackle others. Unlike rest of the scripts, it focuses on light protection against cheaters and exploiters.
Available now on github
Feel free to support me on —link removed— or by checking out my latest paid release Car Radio
Config
Config = {}
Config.TackleDistance = 2.0
Config.tacklePause = 30 --(seconds)
Config.AfterTackledDelay = 10 --(seconds)
Config.tackletemptKeys = {'W'}
Config.tackleKeyBinds = {
{
description = 'press E to pay respects',
defaultKey = 'E',
},
{
description = 'press LSHIFT to pay respects',
defaultKey = 'LSHIFT',
}
}