I am trying to make a script where whenever you press this GUI button your overhead text will change, I have tried to get the players to change it, and in general whenever you click on the button it will change the text.
game.StarterGui.StartFrame.Image1.MouseButton1Click:Connect(function() divisionpart.Text = "Sword Divsion" end)
Does anyone know how to implement this?