I know it isn’t the greatest system, but I like the feel of the gui. I have tried a few ways of doing it such as a localscript and serverscript. But it doesn’t seem to work.
Tried the given localscript an it still isn’t working
Script:
local dialog = script.Parent
local function onChoiceSelected(_player, _choice)
local currentPlayers = dialog:GetCurrentPlayers()
print("The current players in the dialog:")
for _, player in ipairs(currentPlayers) do
print(player)
end