#Stamina and nen system
1 messages · Page 1 of 1 (latest)
larp until you make it
Use local script as a updator and a serverscript as the logic(better if it's the one where the tools logic gets processed)
** You are now Level 4! **
Okay thank you 🙏
But I'm confused on how to make my tools use my stamina system since I'm still very new
Well let's say that the stamina is the size of a UI, when you use a tool a normal script inside that part will use a remote event to fire at the client whenever it is used, when that happens it will just decrease that UI by a set amount, you can also make it send a number based on the tool, for example 20 and calculate based on that how much it should decrease for each tool
I kinda listened to Google AI and it was talking about remote events and I did it but I think I named it wrong if that was the problem but I just don't know how to make a code that talks to the remote event so it then talks to my stamina system