-
What do you want to achieve? I want to make sure the sound is playing when the player clicks the tool
-
What is the issue? The sound doesn’t want to play even though I requested it to
can’t provide video cuz of discourse limitations
- What solutions have you tried so far? I tried to look through the devforums, as well as trying to do some stuff
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
Here is the error file
here is the code
local tool = script.Parent
local sound = tool:WaitForChild("PlaySound")
tool.Activated:Connect(function()
sound:Play()
end)
here is what it looks in the explorer
It’s name is correctly written in the script, It’s parented correctly, I don’t know why it’s not working, I have given sound permissions from the account used for the audio
Ohio Hide and Seek is the game I’m trying to put the sound in