so im having an issue where when i clone a frame, all the buttons in it stop working
no idea why, no errors in output
Can you send the script? Also make sure in the scripts you are referring to script.Parent or script.Object instead of PlayerGui.ScreenGui.Frame.Object.
> local sellmodule = require(game.ServerScriptService.Sell)
>
> script.Parent.MouseButton1Click:Connect(function()
>
> print("1")
>
> sellmodule.Sell1(script.Parent.Parent,script.Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent)
>
> end)
nevermind dont need help anymore, i just undo’ed to the old version