boyned12Join Date: 2009-01-19 Post Count: 766 |
I'm making a CP tracker script for my place and its not working
h = Instance.new("Hint")
server = script.Parent.Parent
username = script.Parent
h.Text = "Locating:" username.Name"-Server:" server.Name
if server = game.Workspace then
h:Remove()
I put "username" in a server. It won't show a hint,though. Why? |
|
07lchrisJoin Date: 2010-02-28 Post Count: 1603 |
server = script.Parent.Parent
username = script.Parent
local h = Instance.new("Hint", game.Workspace)
h.Text = "Locating: "..username.Name.."-Server: "..server.Name
if server.Parent == game.Workspace then
h:Remove()
else return
end
Quite alot of mistakes, but pretty good. Study this and see where you went wrong. |
|
|
WHY DID YOU HELP HIM AND NOT ME!!!!!!!!!!!????????????? |
|
boyned12Join Date: 2009-01-19 Post Count: 766 |
I haven't worked with returns yet,but I realized my script made the hints parent nil. I'm such a doof! =3 |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
@BentLent98
Because you are a stupid requester, and boyned was asking for help to fix his script. |
|
|
There is nothing wrong with requsting, if you I didn't request stuff, I would not have this computer, REQUESTING MAKES THIS WORLD GO ROUND! |
|
boyned12Join Date: 2009-01-19 Post Count: 766 |
FINALLY,SOMEONE CALLES ME BOYNED |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
@boyned12
I am afraid to tell you that this forum is not part of the real world, so your argument is not valid here. |
|
boyned12Join Date: 2009-01-19 Post Count: 766 |
I'm not starting an argument,I'm just happy that someone calles me boyned. Not boy or ned. |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
@boyned12
Sorry, that was not for you >_> i copied the wrong name, that was for the other guy. |
|
boyned12Join Date: 2009-01-19 Post Count: 766 |
bent? |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
Yes :3 |
|
boyned12Join Date: 2009-01-19 Post Count: 766 |
O.K
|
|