How to print player name from textbox text input?

I made gui which goes as follows: Type player name in textbox. Press enter and it will print their name and stats.

bandicam 2023-06-20 13-58-37-981

Issue is how to detect textbox text is a player name from a player that is not in a game but has played the game before and has leaderstats?

I tried RemoteEvent but It didn’t work or I did something wrong.

1 Like

To store any information on Roblox servers even when the player that owns the info is not online, you will need to use Data Stores. These will allow you to store whatever data you want in the cloud (maybe the leaderstats) and then use the data later on by the server in a different instance.

Good luck!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.