MDog
0
Q:

Pass values to functions from Onclicks roblox

-- By: incapaz, on ROBLOX forums

local function ChoiceSelected(parent)
    return function()
        Arrow.Parent = parent
        Arrow.Visible = true
    end
end

event:Connect(ChoiceSelected(parent))
0

New to Communities?

Join the community