janlari
|
  |
| Joined: 09 Dec 2008 |
| Total Posts: 311 |
|
|
| 04 Feb 2013 01:49 AM |
| Can somebody make a script for me? I want a gui that shows my name but it doesn't show my health. please help me. |
|
|
| Report Abuse |
|
gamert7
|
  |
| Joined: 18 Nov 2008 |
| Total Posts: 4986 |
|
| |
|
| 04 Feb 2013 05:14 AM |
wiki.roblox.com
StarterGui > Make a new screen gui > Insert a TextBox
Resize the button to 0.1,0,0.1,0
Insert a script into the TextBox.
Put this code in the script,
script.Parent.Text = game.Players.LocalPlayer.Name
If you did all of that correct the textbox will display your name. |
|
|
| Report Abuse |
|