I have a question, I am trying to make an accessory that has Rocket Boot like features but have an increased duration. I found something that increases the duration but it makes it an amount that is seemingly infinite. How would I go about properly restricting the time?
Code:
... player.rocketBoots = 1; player.rocketTime = 10; ...