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

Placing a datastore's data within a GUI element?

Asked by
J_98482 18
5 years ago

I have a datastore that keeps track of the number of times a player clicks a block, and I'm wanting to have that number be stored in an on screen TextLabel. I've tried using the methods I'm familiar with, but haven't been able to make it work properly, likely because LocalScripts don't work in quite the same way standard ones do. I've also doubled checked that the datastore is working properly. What should I put down in order to have the player's current number of clicks to show up? Thanks in advance.

Answer this question