of     1   

circa555
#180239423Thursday, December 24, 2015 2:38 PM GMT

Hey I need help with calling out the player from a script I have in workspace, I'm making a global timer at the top of the screen and I need to access the GUI that is in the player's PlayerGuipack in able to make the timer work, but I don't know the code to find the player's PlayerGui from the script in workspace. Anyone have a chunk of code or a few lines that can find it for me? (I'm not doing onTouched or any other connect functions in the script, so hit.parent and all is out of the question.)
circa555
#180239490Thursday, December 24, 2015 2:39 PM GMT

I also tried putting a script making the GUI a global variable in the GUI its self but it will only work in test mode but not actual play mode if I do that.
hihixil
#180240290Thursday, December 24, 2015 2:56 PM GMT

go into Test with playr than find player in workspace, then select and copy
Key_Stone
#180240423Thursday, December 24, 2015 2:59 PM GMT

It needs to be from players
hihixil
#180240714Thursday, December 24, 2015 3:04 PM GMT

Oh.....................................Oh..............................................................................Oh....................................................................................Oh..................................................................................Oh.....................................................................Oh.................................................................................Oh.........................................................................Oh...........Oh.....................................................................................Oh............................................................................Oh......................................................................Oh................................................................................Oh.....................................................................................Oh.................................................................................................
cowsoncows
#180241047Thursday, December 24, 2015 3:10 PM GMT

Local Player = game.Players.LocalPlayer local GUIpack = Player.PlayerGui --This is in a LocalScript, so I'm not sure it could work in workspace
circa555
#180241106Thursday, December 24, 2015 3:11 PM GMT

It's alright guys I already got it but thanks for the help!

    of     1