| |
|
pwnedu46
|
  |
| Joined: 23 May 2009 |
| Total Posts: 7534 |
|
|
| 10 Jun 2012 11:35 PM |
No.
game.Players.Player.PlayerGui.hint = "Hi guys"
---------- ~pwnedu46, wiki writer~ |
|
|
| Report Abuse |
|
|
|
| 10 Jun 2012 11:40 PM |
How can you set something as a string???? It should be:
game.Players.Player.PlayerGui.Hint.Text = "Hi guys" -- assuming the hint is already made else
hint = Instance.new("Hint", game.Players.Player.PlayerGui) hint.Text = "Hi guys" |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2012 03:13 AM |
| Guys this Guy posted He wanted to know how to do this so He could use it while EXPLOITING, in another thread... =/ |
|
|
| Report Abuse |
|
|