I will be giving a duck floaty (or an item of similar rarity) to whoever can fix custom melee weapons automatically equipping at the start of the round
AND FIX VAPES AUTOMATICALLY EQUIPPING PLEASE OML
duck float please
ok.Add("TTTBeginRound", "KeepCurrentWeaponOnRoundStart", function()
timer.Simple(0.1, function()
for _, ply in ipairs(player.GetAll()) do
if IsValid(ply) and ply:Alive() then
local active = ply:GetActiveWeapon()
if IsValid(active) then
ply:SelectWeapon(active:GetClass())
end
end
end
end)
end)
I can’t lua but I just want a duck floaty