|
| 28 Jun 2014 08:30 AM |
Players can makes changes to GUIs with textboxes. How do I disable this?
>I will rip out your duodenum |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2014 08:43 AM |
Bump.png
>I will rip out your duodenum |
|
|
| Report Abuse |
|
|
Stefan631
|
  |
| Joined: 23 Dec 2010 |
| Total Posts: 1350 |
|
|
| 28 Jun 2014 08:56 AM |
Use a TextLabel?
Or you can do:
local a = script.Parent.Text; while wait() do script.Parent.Text = a; end;
|
|
|
| Report Abuse |
|
|
|
| 28 Jun 2014 09:00 AM |
Okay.
>I will rip out your duodenum |
|
|
| Report Abuse |
|
|