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

Is thier anyway you can make a screengui that can be edited when playing a game?

Asked by 4 years ago

You see I'm trying to make a note system where somebody from my group can drought down a couple notes. Is their anyway screen guis can be edited ?

0
(psst, its jot down. not drought (as in lack of water or rain)) User#19492 0 — 4y

2 answers

Log in to vote
0
Answered by 4 years ago

https://developer.roblox.com/en-us/api-reference/class/TextBox

Make sure the ClearTextOnFocus is false

Ad
Log in to vote
0
Answered by 4 years ago

You can always change a GUI on the fly.

I would recommend using a text box and hook it up to a localscript. then, use this script to FireServer to a RemoteEvent. send over the message over this line, then have the server handle this message, scan down everyone in the game, and refire the message back to them with the exception of the originator.

If you would like me to go into detail, pls beg to Evaeryn, the owner of the site. She doesnt pay me enough to script for someone

Answer this question