it might seem like a trivial error, but i legit have no clue what happened. read devforum posts and did prints but NOTHING happened. the SCRIPT is parented to a proximityprompt
basically what the script is (but not exactly)
local button = script.Parent
button.Triggered:Connect(function(plr)
print("activated")
end)
now theres alot more after that, but thats kind of whats not happening. activated isnt printing and NOTHING is working, and its so frustrating!!
im starting to think that .Triggered is broken because when i do the exact same thing but with button.PromptButtonHoldBegan, it actually prints something!! also triggerended also worked!! whats wrong bro
Weird, may just be a roblox issue then. Try parenting the button under different things if you can and make sure that the button is able to be enabled.