of     1   

RobloxInstructive
#44927634Friday, April 01, 2011 6:13 PM GMT

(sorry for double post) I'm making a game where the messages are on a GUI. How would I change the text of the GUI without putting a sript in it directly. In other words, if I want everyone's GUI's to say the same thing at the exact same time and the script is in the workspace, how would I do that? No hate comments please :)
akiake
#44927907Friday, April 01, 2011 6:22 PM GMT

Change a few things. for i,v in pairs(game.Players:children()) do v.PlayerGui.ScreenGui.TextLabel.Text = "" end

    of     1