#Proximity prompts

2 messages · Page 1 of 1 (latest)

tropic marsh
#
script.Parent.Triggered(function(player)
    script.Parent.Enabled = false
    print("activated")
    print(player)
end)

Why is this code not working? When i activate (hold E) on the prox. prompt, the script does not activate. This is a local script inside of the proximity prompt

vast scroll