Hey Guys! I am having a problem with collecting a coin in my game. I collect the coin and everything works but the coin does not regen like it is supposed to? Can someone help me out?
if the coin goes enabled = false when the player collects it, have a wait() timer for however long before you want it to come back then use enabled = true after the wait function.