#Nuke botton doesn’t kill anyone
1 messages · Page 1 of 1 (latest)
Did you actually script the nuke?
Yes
Show the scripts
^
if player ~= player will always be false
I would advice not having 2 vars in the same scope with the same name
Also, pairs is the default in luau, so no need to call it
Changing either of the 2 'player' vars will fix it
ok