You can just write a function to call your function with parameters.
GUI.Button.MouseButton1Up:Connect(function() Func("Nice info here") end)
I don’t think theres a roblox version of python lambda, but if there is please let me know.
You can just write a function to call your function with parameters.
GUI.Button.MouseButton1Up:Connect(function() Func("Nice info here") end)
I don’t think theres a roblox version of python lambda, but if there is please let me know.