-
What do you want to achieve?
I want to change a value by pressing a button. -
What is the issue?
The .Activated event simply doesn’t work for some reason.
(“cakeycocoa” is the button I’m trying to press)
what it looks like in game if you need it for some reason
-
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.)