|
| 02 Oct 2011 06:55 PM |
Title.
[Well nothing much to say here] |
|
|
| Report Abuse |
|
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 02 Oct 2011 07:00 PM |
Insert>Object>Hint
"Death to lazy builders. Remove the CFrame tools. Command bar all the way"~pauljkl "If it tastes bad, it's probably healthy" -RadioactiveWafflez |
|
|
| Report Abuse |
|
|
|
| 02 Oct 2011 07:23 PM |
Thank you
[Well nothing much to say here] |
|
|
| Report Abuse |
|
|
|
| 02 Oct 2011 07:40 PM |
Well, here is the pro way: Insert>Object>Script In the script, write: h.text "Your Text Here" Been a long time, IDK if that even works. |
|
|
| Report Abuse |
|
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 02 Oct 2011 07:42 PM |
@pwn
h=Instance.new("Hint",workspace) h.Text="text"
"Death to lazy builders. Remove the CFrame tools. Command bar all the way"~pauljkl "If it tastes bad, it's probably healthy" -RadioactiveWafflez |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 06:52 AM |
@theopfor; Roblox repeatedly annoys me when there is no way to insert a hint without a script.
-NEVAR, EVAR EVAR EVAR, FEED TEH TROLL. !run game.Parent.RobloxCatalog.CFrameDirectory:remove:force() xD DIE CFRAME TEWLZ!!! |
|
|
| Report Abuse |
|
|
rp069
|
  |
| Joined: 22 Apr 2011 |
| Total Posts: 6206 |
|
|
| 03 Oct 2011 11:40 AM |
| make ure that you click workspace before inserting the hint otherwise it'll probably be lost forever. also don't confuse hints and messages, messages are annoying to the max, the fill the screen and have text in your way. It's an oversized screen gui |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:29 PM |
"h=Instance.new("Hint",workspace) h.Text="text""
For your global knowledge young padawan,you can do:
h = Instance.new("Hint",workspace).Text = "inserttexthere" |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:31 PM |
h = Instance.new("Hint",workspace).Text = "Insert text here" -- Errors
Instance.new("Hint",Workspace).Text = "Insert text here" -- Works
Regards, ~Scarfacial |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:33 PM |
"h = Instance.new("Hint",workspace).Text = "Insert text here" -- Errors" pcall sum moarrr |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:35 PM |
pcall(function() h = Instance.new("Hint",workspace).Text = "Insert text here" end) -- Doesn't break the script, but won't make the hint >_>
Regards, ~Scarfacial |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:42 PM |
It breaks the script,so it doesn't error.
umad |
|
|
| Report Abuse |
|
|
|
| 03 Oct 2011 12:44 PM |
Yaimad. Irlymad. Pcall just broke mai script >:L
Regards, ~Scarfacial |
|
|
| Report Abuse |
|
|
Chype
|
  |
| Joined: 02 Oct 2011 |
| Total Posts: 32 |
|
| |
|
rp069
|
  |
| Joined: 22 Apr 2011 |
| Total Posts: 6206 |
|
|
| 03 Oct 2011 10:33 PM |
| stop scripting, this is for building |
|
|
| Report Abuse |
|
|
|
| 04 Oct 2011 12:07 PM |
YOU MUST USE A SCRIPT TO INSERT A FREAKIN' HINT!
-NEVAR, EVAR EVAR EVAR, FEED TEH TROLL. !run game.Parent.RobloxCatalog.CFrameDirectory:remove:force() xD DIE CFRAME TEWLZ!!! |
|
|
| Report Abuse |
|
|
Chype
|
  |
| Joined: 02 Oct 2011 |
| Total Posts: 32 |
|
| |
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 04 Oct 2011 07:31 PM |
:P Like how this turned from something real simple to a script comparison...
"Death to lazy builders. Remove the CFrame tools. Command bar all the way"~pauljkl "If it tastes bad, it's probably healthy" -RadioactiveWafflez |
|
|
| Report Abuse |
|
|
Chype
|
  |
| Joined: 02 Oct 2011 |
| Total Posts: 32 |
|
| |
|