Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do i make a point counter? [closed]

Asked by 5 years ago

Hi again How do you make a point system? i don't want it on the leaderboard, i have gui where it says "points", but how do i add a counter? for example, how do i make it if you kill a person in a game, you get 10 points?

Closed as Not Constructive by User#19524

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

Well, instead of the leaderboard, you can make a GUI TextLabel that gets updated through remote events every time you kill someone.

Also, you should store the points in a dictionary so you can later save it in the datastore (if you wish) and make sure the remote events are exploit free. If you don't understand any of that, i suggest learning about and experimenting with remote events, FE, dictionaries and GUIs.

Good luck! It's really easy once you get the hang of it!

Ad