#working after respawn

2 messages · Page 1 of 1 (latest)

cold linden
#

i need to make this code part work after player death or respawn

skill4Button.MouseButton1Click:Connect(function()
if not cooldown and humanoid and humanoid.Health > 0 then
resetSandevistan()
end
end)

untold oracle
#

player.Died