Action Menu Cuff Function

You also need to declare this function:

GetPlayers

function GetPlayers()
local players = {}

for i = 0, 31 do
    if NetworkIsPlayerActive(i) then
        table.insert(players, i)
    end
end

return players

end

where would i put that at i just put the first thing you sent

You declare a function anywhere in your document preferably at the top.

oh ok this is what it looks like without that https://pastebin.com/MDyaNMKP

https://pastebin.com/HtwHbGm1 hows that look

https://pastebin.com/HtwHbGm1 this is what i have right here and its still cuffing me

wait i missed something wait it might work

hey i got the cuff to work but i have no clue of how to change this so when i cuff someone they freeze and then they cant move i dont know how i can change that

did you ever get this to work?

no i just got the Doj’s old action menu

i need a action menu asap

i swear, you never stop with this. stop asking, make it yourself

@Quincy_YT