I can't click a TextButton?

  1. What do you want to achieve?
    I want to change a value by pressing a button.

  2. What is the issue?
    The .Activated event simply doesn’t work for some reason.
    image
    (“cakeycocoa” is the button I’m trying to press)
    what it looks like in game if you need it for some reason
    image

  3. What solutions have you tried so far?
    I’ve tried looking around on the devforums

script.Parent.Activated:Connect(function()
	print("Player Chosen") -- doesnt print
	
	script.Parent.Parent.Parent.Parent.Parent.Parent.Values.Player.Value = script.Parent.user.Value
	
end)

(script name is “Setter” which is inside the button I’m trying to press.)

I was dumb and forgot that u can’t use scripts to use .Activated u have to use localScripts.