So I have this tool and you pick it up from proximity prompt and I want to make a sound when you pick it up so how do I do this exactly? Thanks
Just a little note before I go on to the script, this is not a request site.
script.Parent.Triggered:Connect(function() local sound = script.Parent.Sound sound:Play() end
If you have any problems with this, please let me know, and I'll be happy to help.