of     1   

McMrChip
#63746567Saturday, March 03, 2012 12:47 PM GMT

I have this script where it finds infomation and display it on a GUI.Unfortunatly,its not working. This is the output(on Play Solo): Players.Player.PlayerGui.MainGui.Background.ServerBrowser.R:2: attempt to index field 'Name' (a string value) The area in where the script is: - ServerBrowser + Back - Row1 getStats(Script)<---This is the script! Title(TextLabel) Name(TextLabel) Players(TextLabel) + Bar + Title And here is the script: function getStats() script.Parent.Name.Text = game.Workspace.Games.Name1.Value script.Parent.Players.Text = ""..game.Workspace.Games.Name1.onlinePlayers.Value.."/"..game.Workspace.Games.Name1.maxPlayers.Value.."" script.Parent.Type.Text = game.Workspace.Games.Name1.CardType.Value end while true do wait() getStats() end
Ripull
#63747143Saturday, March 03, 2012 1:11 PM GMT

Change "Name" to something like "NameA". Make sure to change it in both the script and the Text Label (or what ever it is).
McMrChip
#63770411Saturday, March 03, 2012 9:00 PM GMT

Wow,this actualy worked.Thanks for the help!
Ripull
#63971831Wednesday, March 07, 2012 10:19 PM GMT

Not a problem.

    of     1