of     1   

MujahidArno
#141154844Tuesday, July 22, 2014 11:01 AM GMT

Using the example from the robloxWiki, I dont get anny output online and in the studio. Using a localscript, could that be a problem. script.Parent.character.MouseEnter:connect(function(x, y) print("The user's mouse cursor has entered the GuiObject at position (" .. x .. ", " .. y .. ").") end) Thanks, A.
cntkillme
#141155125Tuesday, July 22, 2014 11:08 AM GMT

It should be in a local script. Make sure script.Parent.character exists and is a frame/textbutton/etc.
cntkillme
#141155146Tuesday, July 22, 2014 11:09 AM GMT

Oh, make sure to check the client output, not the server one when online, since you are printing from a local script.
MujahidArno
#141159459Tuesday, July 22, 2014 12:58 PM GMT

After some debugging I found out I got this error in game but not in studio. character is not a valid member of ScreenGui (line 9 wich is print(script.Parent.character.Name))
MujahidArno
#141163180Tuesday, July 22, 2014 2:17 PM GMT

My script seems to work perfectly in studio but not online. What's wrong?
MujahidArno
#141165692Tuesday, July 22, 2014 3:00 PM GMT

Gentlemen?

    of     1