Door Opening Noise

I want to make it so that when my door gets opened, a creepy creaking noise plays with it, this is the script

I am bad at scripting, so I won’t understand alot of the things you say, but please help me adapt to this script to make it so it makes a noise when opened.

You can create a sound object inside the workspace and do:

workspace.Sound:Play()

above the for loop.

For my information about sounds you can check this: Sound | Documentation - Roblox Creator Hub

1 Like