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

How to make it when you click a screen...?

Asked by 10 years ago

I am making a clicker and I need help. When you click the screen how do you make it so that the number on the screen will change by 1?

1 answer

Log in to vote
2
Answered by
Tkdriverx 514 Moderation Voter
10 years ago

Just make a clickable GUI item cover the whole screen, make it invisible, and you can do the rest. For the adding part, just use an external value (IntValue) or a variable. value = value + 1 (or value.Value = value.Value + 1 if you're using an IntValue).

Ad

Answer this question