I’m working on an F3X building game/sandbox-type game. I am wondering if someone could help me make OR figure out how to make a part counter leaderstats.
How I want it to work is that it counts each player’s parts placed. If I place a part the leaderstat score goes up +1 just for the player placing that block AND if the player removes a part it goes down -1.
I don’t have any script made. I know how to make the actual leader stats (with some google research) but not the actual script I need.
This post wasn’t to ask someone to make it for me (unless they want to) but just to lead me in the direction OR if there’s another post the exact same one as this. (I looked and can’t find any)
To make what you want, you should start off with making a leaderstats script in ServerScriptService. If you want to track how many parts are built by each player you can do so by adding + leaderstats to the player every time they build. If you are using a free model building tool (Which I highly suggest NOT doing) you would have to implement this into the already made scripts.
If you are using a free model building tool I would suggest sending the following:
1. The leaderstats script you’ve made 2. The free model script (so I could modify it)