I have a doubt, how can I change a .Text property to a GUI (TextLabel) with a part in text, a number in a variable and again a text part? Thanks
This is my script:
local Value = game.Workspace.isSGVisible.Value.Value
local gui = game.Players.LocalPlayer.PlayerGui.GUI.WaitGUI.TextLabel
gui.Text = "Map Choosing in"[Value]"s"