About 197,000 results
Open links in new tab
  1. How to play a sound locally? - Scripting Support - Roblox

    May 14, 2021 · So I do know how one can play a sound for the entire server, but is there any way you can locally play a sound with either a button press or touched event? Thanks In Advance.

  2. Playing a sound for 1 player only - DevForum | Roblox

    Feb 12, 2023 · Hello and thank you for reading this 🙂 I’m kinda new to scripting and I’ve made a script where when you touch a part a sound plays. However, I’ve noticed that the sound plays …

  3. Sound plays when clicking part? - Scripting Support - Roblox

    May 2, 2020 · It looks like you already have a sound in the part, but yes, a sound should be in it, and its SoundId property should be the id of the sound you want to play.

  4. Make a sound when you leave? - Scripting Support - Roblox

    Jul 7, 2023 · Here: -- First, create a sound object using the "Sound" service local Sound = Instance.new("Sound") Sound.SoundId = "rbxassetid://[INSERT SOUND ID HERE]" -- …

  5. How to make a sound come from a part - DevForum | Roblox

    Apr 27, 2021 · So, I wanted to make a bell for my game, but wanted to know, is there a way to make a sound actually come from the bell? Meaning, the sound plays from the bell and the …

  6. How to make a sound play every time you click on a button

    Dec 8, 2022 · Hey! I am trying to make a mouse make a sound every time it clicks a button. I’m not wanting to put a script in every button in my game, instead just simple it more by checking …

  7. Attempting to add sound to my roblox game

    Mar 5, 2023 · You can then add the “Sound” object to your game by dragging it into the workspace or onto a specific part or object in the game. You can use the “Sound” object to …

  8. Sound/Audio Playing When A Player Joins The Game - Roblox

    Apr 28, 2023 · I’ve been stuck trying to figure out how to play a sound when a player joins the game. I’ve looked all over the devforum and couldn’t find anything useful. I’ve made my own …

  9. How to play a sound when saying a specific word in chat - Roblox

    Jun 10, 2022 · Hello everyone! Today i will show you how to play a sound when you type a set word, so let’s begin! So first make a folder in ServerScriptService and name it “Chat Sounds”, …

  10. How Can I Make a Sound Play from All Around a Part, not just

    Dec 24, 2024 · The issue I’m facing is that I want a sound to play throughout my entire island, but the default way Roblox handles sounds seems to cause it to play globally, which isn’t ideal for …