After reading the question, this may confuse you.
All i'm trying to do is to use a surfacegui to show text on my tournament (ex: Intermission ..time in seconds). I want to do this without putting the script into the surfacegui.
I may have to use ServerScriptStorage for this, but i'm not sure. Please help!
I have an answer to this: I do not think that you need a local script. This might work:
local Part = game.Workspace.PARTNAMEHERE --In PARTNAMEHERE, put the name of the part While true do Part.SurfaceGUI.THECHILDHERE.Text _"TEXT HERE" -- In THECHILDHERE, put the type of the name of the child of SurfaceGUI In TEXTHERE, put the text you want it to have
There is a wiki article on timed rounds and things like that its
I'm not totally sure what you mean, but try this in a LocalScript or normal Script:
game.Workspace.Part.SurfaceGui
I'm not totally sure if that's what you mean...