i have a morph changer gui, and the goal is to present a gui that toggles accessories on/off after the player selects the morph. i've tried a couple different methods and used assistant but nothing seems to be working. this is the script for the morph change, i'm not sure where the most sensible place to put the gui would be. can anyone help?
script.Parent.MouseButton1Click:Connect(function()
game.ReplicatedStorage.CharChange:FireServer(game.ReplicatedStorage.Morphs.Act5)
end)
