|
When i say script, i mean like do the writing at the top of some places and sometimes there in free modles and they say like creator of this place, thank _______ for his/her _____________. i want to make one of them, not for free models, just on my place. |
|
digpoeJoin Date: 2008-11-02 Post Count: 9092 |
You mean a hint. Go to roblox wiki and on scripting tutorials there is a part called "Adding messages to your place". Copy the hint script at the bottom. ONLY THE FIRST TWO LINES! And this should be on "Scripting Helpers". If you want help, ill show you the script:
h=Instance.new("Hint")
h.Text = "*NAMEONEHERE* Thanks *NAMETWOHERE* for letting him/her use *ITEMNAMEHERE*"
end |
|
|
Whats the link to the website? I can't find it. |
|
|
This is not a Technical Issue.
Go to Scripting Helpers.
Anyways, go here:
wiki.roblox.com |
|
|
@digpoe,
Lrn2Script.
h.Parent is nil so it won't exist. |
|
|
IK its not a "Technical issue", I didn't mean to put it in technical issues cuz it was my first fourm post. :P |
|
digpoeJoin Date: 2008-11-02 Post Count: 9092 |
@kanty, I forgot that part, I do know how to script too. |
|
|
yes... i was wondering why it wouldnt work -_- anyways, what the REAL script? |
|
|
h = Instance.new("Hint")
h.Text = "The owner of this game thanks ________ for letting him/her use __________"
h.Parent = workspace
workspace is predefined by roblox as game.Workspace and its much easier this way :p |
|
|
@dig
if you KNEW HOW TO SCRIPT you would know there is no need for the end theres no function/loop of if in that script therefore the end breaks it |
|
|
well its not my fault that i dont know how to script!!! P.S- TTHHAANNKKSS!!!!!
IT WORKED!!!!! YAYZ!!!! THANKS SO MUCH!!!!!!! |
|
|
@crazy- ohh... imn sorry, i didnt see the "@dig" but at the top :P sorry! |
|
|
|
|
my script worked for you?
if it did your welcome :P |
|
|
I bechyah it will, but how do i do it? do i chat it or something? |
|