#How to make the reappear when you reset but not before that

8 messages · Page 1 of 1 (latest)

tender zodiac
#

So I had an idea for a game similar to one any kid that played cool math games could tell you. I have the script to make the parts dissapear but i dont know what to ad to it in order to make them come back when the player dies or resets. AKA I am a baby and want to become a toddler))). I apologize if i tagged it wrong because I have no idea what half of those are because I just got into this

tender zodiac
#

Would I add a reappearing script but instead of it having a wait time it detects when the player dies and makes it reappear?

stable robin
#

yes

#

if --player dies then
part.Transparency = 0
part.CanCollide = true

#

end

#

and yes

#

it will be eaiser

#

and make sure in the script that you add if debounce == false then it will start the script.