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

How can I make a script save the text in a textbox?

Asked by 4 years ago

I'm trying to make a script that saves the text a player writes in a textbox and loads it somewhere only I can see to make a bug report/suggestions gui. I tried to use DataStoreService but I failed saving the text and I dont know how to load it. Can someone explain me how to do it?

2
use datastores greatneil80 2647 — 4y

1 answer

Log in to vote
1
Answered by 4 years ago
Edited 4 years ago

I would recommend looking at wiki articles for datastores and Remote Functions/Events:

https://developer.roblox.com/en-us/articles/Remote-Functions-and-Events https://developer.roblox.com/en-us/articles/Roblox-Client-Server-Model https://developer.roblox.com/en-us/articles/Data-store

But I also would just use Google Sheets / Trello API to do this because its way easier to manage

https://developers.trello.com/docs/api-introduction https://developer.roblox.com/en-us/api-reference/class/HttpService https://developers.google.com/sheets/api/

If this helps remember to upvote and mark as a solution

Ad

Answer this question