for _, selectionFrame in editFrame.editOptions.displayType:GetChildren() do
if selectionFrame:IsA("Frame") == false then continue end
selectionFrame.TextButton.MouseButton1Click:Connect(function()
editFrame(selectionFrame)
end)
selectionFrame.TextButton.TouchTap:Connect(function()
editFrame(selectionFrame)
end)
end
Is this the best way to make mobile support with surface guis? is there a better way?
** You are now Level 23! **