slot.Text = slot.Name.. "Slot"
So, what im trying to do is after the slot.name it says slot.
It currently does this NameSlot
I want it to do this Name Slot
So what you have is this:
slot.Text = slot.Name.. "Slot"
This is how to do it.
slot.Text = slot.Name.. " Slot"