Hello everyone, can someone help me create a Rebirth System for my Tycoon game? I already got the UI but I didnt got the system. Can someone help me with this?
how exactly do you mean help you with it?
I won’t do it for you, but I will help you.
You could make a module script, with functions. Including checking the rebirth info. e.g check money, reset stats and stuff, these will be the local functions. what will u do is making the module.rebirth function to call these functions that should return true if not then u might return with false or whatever u want to the server or shared. and that main function just calls all of them and yeah if true then it will do the stuff u want. you might not even do it with a module script, but if your a beginner just do what I said in a server script and just when the client fires to server u can call these all without a module script.
I can pay you if you do it for me
The forums are not the right place to find people to program for you. You should stick to actually asking questions related to help and support.
Fire a remote evenr when the player click on the rebirth button then check on server if player has all the needed things to rebirth. If so, handle it, if not, send a notification to player to notify him