So i'm making a proximity prompt and am using this script:
local prompt = script.Parent
local leaderstats = game.Players.leaderstats
prompt.Triggered:Connect(function(convert)
print("proxprompt")
end)
```
so this script is supposed to print proxprompt when i trigger the proximity prompt. but when i click or press e nothing comes out of the output.