Sls64LGamingBro
An ordinary coder...
I don't know how to make it disabled completely, I tryed and I was close, only until to see that it triggers the transfomation sprites.
Here's the script for proof, I am also making some commands for fun.
Here's the script for proof, I am also making some commands for fun.
Lua:
addHook("PlayerThink", function(player)
if (player.ghost == 1)
and player.powers[pw_super > 0
player.powers[pw_super] = 0
end
end)
Last edited: