local inter = game.ReplicatedFirst.Round.Inter local T = script.Parent local intert = game.ReplicatedFirst.Round.Time.Value local Start = game.ReplicatedFirst.Round.Starting local selmap = game.ReplicatedFirst.Round.CurrentMap.Value T.Text = "Game Starting." T.Text = "Map: "..selmap --line with error
This is my code and if I run it, it gives the Players.Player1.PlayerGui.RoundDis.Frame.TextLabel.Start:8: attempt to concatenate string with Instance Error message in output
I realized all I needed to do was do local selmap = game.ReplicatedFirst.Round.CurrentMap.Value.Name