Do a cooldown before resetting character

Hi, i’m making a FPS game and i want to add a custom cooldown before resetting character.
I searched everywere around the web, toolbox, forum but i didn’t found nothing, any help is good for me :slight_smile:

Thanks

Theres a way to switch player characters to manual respawning, its a property of the Players service. When enabled, players will only respawn when you call Player:LoadCharacter().

Is this propriety called CaracterAutoLoads?

Yeah that’s the one. I thought you might have meant cooldown between pressing reset and your character dying, like some FPS have to prevent salt resetting / rerolling, if thats what you meant let me know.

Maybe I went too much into the complex, I just need a way to make it so that upon clicking the original roblox “Reset Character” button, it would wait seconds before dying and respawning normally, (maybie with some GUI).

In that case you need to set ResetButtonCallback in here: StarterGui | Roblox Creator Documentation

It’s not documented very well how this works so give me a minute and I will check some things for you.

1 Like

Here is an example of how you could make a countdown like this: Reset Countdown - Roblox

There would seem to be a problem, I can’t get the object…

Is it not doing anything when you click Get or does it not show the button at all. I noticed assets are loading really slow right now so it might just be a website issue.

it’s not doing anything when you click Get, I noticed too that the website is hell slow, i will let you know.

robloxapp-20230114-1133040.wmv (661.7 KB)
Heres what it does for anyone checking later.

1 Like

Still doesn’t work, can you try something different?

reset_countdown.rbxm (9.3 KB)

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.