of     1   

thelolguy301
#138549539Saturday, June 28, 2014 10:56 PM GMT

mp = workspace:GetChildren() for i=1,#mp do if mp[i]:findFirstChild("SpawnPlace") then x = mp[i].Name end end txt.Text = x..(" is the new map!") in mp is a Part named "SpawnPlace" output: attempt to concatenate global 'x' (a nil value)
EnzonianTheGreat
#138549824Saturday, June 28, 2014 10:58 PM GMT

Your asking to get the name of workspace:GetChildren() Your going to have to make sure it finds the children then gets the text to be the name of the child. also do mp=game.workspace:GetChildren() Hope this helped.
smiley599
#138549901Saturday, June 28, 2014 10:59 PM GMT

Change the last line to txt.Text = x.." is the new map!"
EnzonianTheGreat
#138627530Sunday, June 29, 2014 3:55 PM GMT

^If you want it in para these then do x.."(Is the new map!)"

    of     1