|
| 15 Jul 2014 02:34 PM |
Ok, so, I'm making something, but it never makes the gui, also, In play solo, I have no PlayerGui
this = Instance.new("ScreenGui", game.StarterGui) this.Name = "TextGui" this1 = Instace.new("TextLabel", game.StarterGui.TextGui) this1.Text = "Made by xXScriptzXx INC."
function onPlayerJoined(plr) end game.Players.PlayerAdded:connect(onPlayerJoined) |
|
|
| Report Abuse |
|
|
vikingboy
|
  |
| Joined: 25 Apr 2008 |
| Total Posts: 1219 |
|
|
| 15 Jul 2014 02:35 PM |
Nothing wrong, just a typo
this1 = Instace.new("TextLabel", game.StarterGui.TextGui)
You mean Instance.new, not Instace ;) |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Jul 2014 02:51 PM |
still does not work
this = Instance.new("ScreenGui", game.StarterGui) this.Name = "TextGui" this1 = Instance.new("TextLabel", game.StarterGui.TextGui) this1.Text = "Made by xXScriptzXx INC." |
|
|
| Report Abuse |
|
|