I made this game almost complete. The goal is every time you hit the dummy you get 1 point. I am having problems with my script, It previously used to work now suddenly it doesn’t someone please help.
https://gyazo.com/0fefd6bfb4c69810bdda52b2b433c60d
Please provide more information. What doesn’t work? What script? Can we see your code? We cannot help an invisible problem!
I’ll provide you with more, let me show you a much clearer gif.
Ok, so let me elaborate more. I am making this really modern game trying to recreate roblox past. I’ve made a script that works everything is fine with the ban-hammer. Until when I play tested my game once more to release the ban wasn’t working, It wouldn’t count as a player point. If you look in this gif it shows me banning the noob and at the top right where the players are the “Ban” doesn’t move up.
https://gyazo.com/285ae92836afd9001d9b9aa36eb6f0b7
Basically an issue with point system.
Could you provide the code relevant to this portion of the point system? It would be easier to figure out the problem this way.
Alright.
I don’t believe this is the script relevant to the issue, it’s most likely a script inside of the Tool or whatever server script it’s connected to.
Do you mind showing the bit where you reward points in the hammer script or the server script for it?
I believe the issue is you haven’t implemented a proper rewarding system, although I may be wrong and you might’ve forgotten somethings in your screenshots.
I’ve read the scripts a few times over and all I can see is that you’re dealing damage to the enemies and saving the values. I don’t see any sort of growth in bans.
Oh, maybe that’s where I went wrong. Let me read over it.
Right, I didn’t add a player points service. I am so ugghhh. Thank you so much for the response!