How do games like Pixel Incremental or Grass Cutting Incremental spawn parts where you can step on for money that only appear on your screen and not on others, It’s obviously client sided but how would I do something similar without making it easily bypassed by exploiters?
1 Like
You could have the part and touch event on the server, but invisible, and on the client make it visible.
Try giving each person their own “plot” and then track touch events on the server side.
Edit:
Thinking about it further you could even add an upgrade for a smaller plot.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.