of     1   

boyned12
#36311565Sunday, October 31, 2010 8:44 PM GMT

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?
07lchris
#36313212Sunday, October 31, 2010 9:10 PM GMT

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.
BentLent98
#36313305Sunday, October 31, 2010 9:11 PM GMT

WHY DID YOU HELP HIM AND NOT ME!!!!!!!!!!!?????????????
boyned12
#36313357Sunday, October 31, 2010 9:12 PM GMT

I haven't worked with returns yet,but I realized my script made the hints parent nil. I'm such a doof! =3
Spectrumw
#36313418Sunday, October 31, 2010 9:13 PM GMT

@BentLent98 Because you are a stupid requester, and boyned was asking for help to fix his script.
BentLent98
#36313500Sunday, October 31, 2010 9:15 PM GMT

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!
boyned12
#36313510Sunday, October 31, 2010 9:15 PM GMT

FINALLY,SOMEONE CALLES ME BOYNED
Spectrumw
#36313605Sunday, October 31, 2010 9:17 PM GMT

@boyned12 I am afraid to tell you that this forum is not part of the real world, so your argument is not valid here.
boyned12
#36313890Sunday, October 31, 2010 9:21 PM GMT

I'm not starting an argument,I'm just happy that someone calles me boyned. Not boy or ned.
Spectrumw
#36313930Sunday, October 31, 2010 9:22 PM GMT

@boyned12 Sorry, that was not for you >_> i copied the wrong name, that was for the other guy.
boyned12
#36314224Sunday, October 31, 2010 9:27 PM GMT

bent?
Spectrumw
#36314265Sunday, October 31, 2010 9:28 PM GMT

Yes :3
boyned12
#36314380Sunday, October 31, 2010 9:30 PM GMT

O.K

    of     1