How to Add Sound Effects Into Your Game | Roblox Studio

  Рет қаралды 62,964

CyberCreator

CyberCreator

Күн бұрын

Пікірлер: 177
@CyberCreator
@CyberCreator 3 жыл бұрын
What is a funny scripting idea?
@mr_griffolukegriffiths9166
@mr_griffolukegriffiths9166 3 жыл бұрын
Something that mixes up everybody's body parts clothes and accessories leaving everyone muddled up :D
@xsticcyds5459
@xsticcyds5459 3 жыл бұрын
Whenever you say GG somebody walks to you and starts spamming "ez"
@fazlurrahman9045
@fazlurrahman9045 3 жыл бұрын
Please make a tutorial on cars.
@Rebounds88
@Rebounds88 3 жыл бұрын
When someone says "Ez" a noob comes in and kills him and says " 2 ez "
@notcardi
@notcardi 3 жыл бұрын
Basically you have a button and if you press it, it will go crazy and the world will blow up
@_Glecko
@_Glecko 3 жыл бұрын
5:58 Touch Event local sound = script.Parent.Sound local debounce = true script.Parent.Touched:Connect(function(otherPart) local humanoid = otherPart.Parent:FindFirstChildWhichIsA("Humanoid") if humanoid and debounce then debounce = false sound:Play() sound.Ended:Wait() debounce = true end end)
@mathmeal188
@mathmeal188 2 жыл бұрын
Local script>
@BaydohRWQ
@BaydohRWQ 4 күн бұрын
Thank You!
@BonnieBuilds
@BonnieBuilds 2 жыл бұрын
One of the best Roblox Studio tutorials I've seen. Thank you. This was well explained!
@DomTheBossing
@DomTheBossing 2 жыл бұрын
If you wanna make volume higher or lower in the proximity prompt part add "sound.Volume = 10 --change the volume number to whatever you like" right under "sound.Parent = script.Parent"
@andreyuh_
@andreyuh_ 2 жыл бұрын
omg tysm. i was searching everywhere on yt and this is the only that worked for me.
@louisfrederick6512
@louisfrederick6512 3 жыл бұрын
i swear you r sooo underrated, LOVE YOUR CONTENTS! keep it up mate as a fellow dev👍
@CyberCreator
@CyberCreator 3 жыл бұрын
Thanks, will do! I appreciate you watching the videos!
@Papaintion
@Papaintion 3 жыл бұрын
I thought adding sounds to parts are a lot harder. Thanks for the tutorial as always. I don’t comment that much on videos
@CyberCreator
@CyberCreator 3 жыл бұрын
Thanks for commenting! It isn't too bad really! The hardest part for most people is just figuring out where in the script to play the sound
@mazen8648
@mazen8648 3 жыл бұрын
Dude u are underrated you should be 100k+ you will hit that some day
@CyberCreator
@CyberCreator 3 жыл бұрын
Maybe soon!
@dumminum
@dumminum 9 ай бұрын
thanks so much man, I knew how to get sound effects and play them but the fact that it was playing globally confused me so much. great vid!
@nathano5289
@nathano5289 3 жыл бұрын
Making another banger video Love the vid 🤩
@CyberCreator
@CyberCreator 3 жыл бұрын
Appreciate it! More to come!
@Motormouth17
@Motormouth17 6 ай бұрын
this might be an old video, but it still works. thank you, as without these videos i would have no door.
@mr_griffolukegriffiths9166
@mr_griffolukegriffiths9166 3 жыл бұрын
Brilliant! the .isloaded bit had been causing me problems and I hadn't even realised why. this is gonna make things much better for me 😁
@Papaintion
@Papaintion 3 жыл бұрын
Did you do Audio.IsLoaded:Wait() ?
@CyberCreator
@CyberCreator 3 жыл бұрын
I'm glad you got some use out of the video!
@mr_griffolukegriffiths9166
@mr_griffolukegriffiths9166 3 жыл бұрын
@@Papaintion no I didn't wait at all! Most of the time I guess I was getting away with it but other players were running into issues.
@shushimlb3d
@shushimlb3d Жыл бұрын
How do you make it so the door plays a different sound when closing?
@JermaFilm
@JermaFilm 2 жыл бұрын
please, how do I make a timed audio with no triggers? like just an audio playing every X seconds
@-Mlbo
@-Mlbo 2 жыл бұрын
If you want to do Close door sound and open sound use this: local openSound = script.Parent.OpenSound local closeSound = script.Parent.CloseSound prompt.Triggered:Connect(function() if prompt.ActionText == "Close" then closeSound:Play() tweenClose:Play() prompt.ActionText = "Open" else openSound:Play() tweenOpen:Play() prompt.ActionText = "Close" end end)
@sammorossi
@sammorossi Жыл бұрын
Do you replace the OpenSound and the CloseSound with the ID of the roblox sound asset?. Nvm (I figured it out, and the answer is yes I indeed do replace it)
@xdg21yt
@xdg21yt Жыл бұрын
BROOO TY U SO MUCH!!
@ThePig1354
@ThePig1354 3 жыл бұрын
Thank you so much for the help mate!
@CyberCreator
@CyberCreator 3 жыл бұрын
Happy to help
@zachPlushgaming
@zachPlushgaming 2 жыл бұрын
thanks so much! im trying to make a horror game and wanted to add a sound every time you approach a little cave i made, so i watched this video and it worked! thanks so much!
@ManguaShortsYT
@ManguaShortsYT 3 жыл бұрын
on the touch event i have done all the code right but i still cannot hear my sound effect
@tj_cow265
@tj_cow265 2 жыл бұрын
same idk why
@doodlebryan35
@doodlebryan35 3 жыл бұрын
Oh, now i get it, this is very cool
@CyberCreator
@CyberCreator 3 жыл бұрын
I'm glad it helped!
@lazynooboffical
@lazynooboffical 3 жыл бұрын
Love this channel
@CyberCreator
@CyberCreator 3 жыл бұрын
Thanks for watching!
@t4cisfat_
@t4cisfat_ 2 жыл бұрын
Thank you so much I was stuck on making a sound when a player opens a door.
@Senugg
@Senugg 9 ай бұрын
Thank you so much it really helped to my game development
@superz6597
@superz6597 3 жыл бұрын
You've helped me so much thanks
@CyberCreator
@CyberCreator 3 жыл бұрын
Glad to hear it!
@sugardust
@sugardust 3 жыл бұрын
Nvm, i fixed my problem, great video :D
@the_Infamous_m
@the_Infamous_m 3 жыл бұрын
How do you add sound effects to your animation?
@fazlurrahman9045
@fazlurrahman9045 3 жыл бұрын
Day 2 of asking for a tutorial on cars.
@CyberCreator
@CyberCreator 3 жыл бұрын
Your requests have been seen!
@Matthew0014
@Matthew0014 2 жыл бұрын
this really helped Thank you so much!!!
@giyutomiokarblx1542
@giyutomiokarblx1542 2 жыл бұрын
How do i add a sound effect into a tool when being used?
@mr_notperfect9492
@mr_notperfect9492 3 жыл бұрын
earned a sub your a genius
@CyberCreator
@CyberCreator 3 жыл бұрын
Thanks for watching and subbing!
@mr_notperfect9492
@mr_notperfect9492 3 жыл бұрын
@@CyberCreator is there a way to make it so everyone can hear it?
@LetGoMyLegosTyler
@LetGoMyLegosTyler 2 жыл бұрын
TYSM i watched ur door video originally but wanted sound too! edit: can u make a locked door tutorial
@YoYo-kh4tl
@YoYo-kh4tl 3 жыл бұрын
i did the script part and did everything correctly but it still didn't work why and how?
@kennaiscool
@kennaiscool 3 жыл бұрын
same here
@CyberCreator
@CyberCreator 3 жыл бұрын
Sorry to hear that. Let me know what errors you're getting or send the script in the discord so we can help you troubleshoot discord.gg/X3zdqHy
@ikea3487
@ikea3487 3 жыл бұрын
if you mess with a script a bit (you'd need to know a bit of coding for this) you can make voicelines for story games!
@thegreenmememan827
@thegreenmememan827 3 жыл бұрын
I cant hear anything when I play the audios, even the ones in the toolbox.
@tingyu625
@tingyu625 2 жыл бұрын
e
@marsupia
@marsupia 3 жыл бұрын
CyberCreator, i loved your video and it helped me alot, but could you also make an animation on how to do a jump animation play on the second jump?
@CyberCreator
@CyberCreator 3 жыл бұрын
Definitely! A lot of people have been asking for a video on that!
@robloxplayere3573
@robloxplayere3573 2 жыл бұрын
thanks now i can make alexnewtron sound effects
@kw_roblox
@kw_roblox 2 жыл бұрын
How do I make it so when im dashing (custom dash) it will make a sound effect.
@balkanist9963
@balkanist9963 2 жыл бұрын
i follwed everything on the door, but the sound just does not activate.
@pitkpitq7616
@pitkpitq7616 2 жыл бұрын
for the door sound effect what do we do if the door doesnt have a proximity prompt
@tomypower4898
@tomypower4898 3 жыл бұрын
cool sounds!
@redite2024
@redite2024 Жыл бұрын
If you want a close and open sound in the last part u can just put this local sound = script.Parent.DoorSound local sounds = script.Parent.Sound prompt.Triggered:Connect(function() if prompt.ActionText == "Close" then tweenClose:Play() prompt.ActionText = "Open" sound:Play() else tweenOpen:Play() prompt.ActionText = "Close" sounds:Play() end end)
@URANIUM.MP4
@URANIUM.MP4 2 жыл бұрын
This was realy good for my games it helpen alor!
@68ship
@68ship 3 жыл бұрын
Damn imma add this into a few games lol
@CyberCreator
@CyberCreator 3 жыл бұрын
Awesome!
@tuber420
@tuber420 Жыл бұрын
Is there a way I can stop the audio from playing midway?
@mixiegacha4792
@mixiegacha4792 3 жыл бұрын
This is really basic but for water, how do I add the sound effect to the water so it sounds louder there? You do it in the video with object, not a terrain so idk.
@Purstaryom
@Purstaryom 2 жыл бұрын
put the sound in a part then make it invisible and turn on cancollide then scale it to whenever you want people to hear it
@amandaboyer3435
@amandaboyer3435 2 жыл бұрын
I’m making a horror game and u have to pick up vsh tapes and I’m trying to add a static sound effect that plays when your close to it but it doesn’t work when I try it
@OutplayerR
@OutplayerR 2 жыл бұрын
As always i do the .Triggered thingy and it says "Triggered is not a valid member of Dummy.Head.Dialogue" can you tell me how to fix this?
@rayanekadi9995
@rayanekadi9995 10 ай бұрын
very well expalined though how to do the same but with imported sound?
@TMH_PLAYER
@TMH_PLAYER 3 жыл бұрын
I need that tho thank you ☺️
@CyberCreator
@CyberCreator 3 жыл бұрын
Glad I could help!
@redless2050
@redless2050 3 жыл бұрын
what's the sound id for the creepy doorsound?
@attackscorpion5323
@attackscorpion5323 6 ай бұрын
I added sound to my object, but still no sound. I’m trying to make a coin pick up sound
@batman6429
@batman6429 3 жыл бұрын
i have a problem with my local script my idea is to play an animation synced with the sound the animation is in the local script, while the Sound is in a normal script so everyone can hear it i tried getting the Sound.TimePosition in my local script but when i play and print the timeposition my server script plays it but the localscript just get the sound position so the server prints the correct timestamp while the local script just keeps printing 0 any idea on how to fix that?
@Binehoad
@Binehoad 3 жыл бұрын
How do you make a sound lower in volume the farther you are? So like when you’re on top of the sound part you will hear it clearly, but if you’re 50 studs away it’ll be harder to hear
@sweetdcver82
@sweetdcver82 2 жыл бұрын
Even if this was answered 10 months ago, I'll go into more detail. Select your sound. In the Properties section, scroll down until you find "RollOffMaxDistance." Change the number to 50 studs. (That is as far as you'll be able to hear it.) You'll probably never see this, but your welcome!
@achunderweel
@achunderweel 2 жыл бұрын
is there any way to make the sound stop playing after a second click?
@matt-qx2kv
@matt-qx2kv 3 жыл бұрын
what if the object has a humanoid root part, will that trigger the sound?
@BloxySnow
@BloxySnow 3 жыл бұрын
is there any way to make sound effect when you walk to a brick?
@aniqfaiz4993
@aniqfaiz4993 3 жыл бұрын
Nice new subscriber!
@CyberCreator
@CyberCreator 3 жыл бұрын
Thanks for subbing!
@aniqfaiz4993
@aniqfaiz4993 3 жыл бұрын
@@CyberCreator np!
@Flightシ
@Flightシ 3 жыл бұрын
Good video and you do one where you just left mouse click and it makes a sound please ty
@1egg588
@1egg588 3 жыл бұрын
could u add a keycode to the script one so if u click on E then it makes the sound ?!
@hahathatisfunnybro
@hahathatisfunnybro 3 жыл бұрын
Id? How do you just put in a .WAV file?
@MuranLepitera
@MuranLepitera 3 жыл бұрын
Hello! Is it possible for you to make a tutorial on how to make it so when you talk to a npc a door unlocks, thank you!
@CyberCreator
@CyberCreator 3 жыл бұрын
I'll make some videos on NPCs soon. For that specific scenario you should join the discord and we can help you out discord.gg/X3zdqHy
@chiibit-w6h
@chiibit-w6h 3 жыл бұрын
Does anyone know if the scripts (specifically for the door) was for people around only to hear it? Or will everyone in the game hear it?
@ObscruosDD
@ObscruosDD 3 жыл бұрын
4:20 book mark lol
@CyberCreator
@CyberCreator 3 жыл бұрын
Thanks for watching!
@NotNoobstuff
@NotNoobstuff 3 жыл бұрын
Nice video also its not called game its called "experience" lol.
@CyberCreator
@CyberCreator 3 жыл бұрын
That is going to take some getting used to haha
@Kaffedarr
@Kaffedarr 2 жыл бұрын
Its like the same thing
@windows2785
@windows2785 2 жыл бұрын
"Its actually called experience" 🤓🤓🤓🤓🤓
@Kaffedarr
@Kaffedarr 2 жыл бұрын
Nerd
@sattacgamer8295
@sattacgamer8295 3 жыл бұрын
Video idea: shop gui character
@CyberCreator
@CyberCreator 3 жыл бұрын
Got it! Thanks
@sattacgamer8295
@sattacgamer8295 3 жыл бұрын
@@CyberCreator thanks too you. I really need it
@khyrietrain5763
@khyrietrain5763 2 жыл бұрын
I dont care if this is from 11 months ago but can you make one where the sound plays at random
@sqreaky
@sqreaky 2 жыл бұрын
Hey I'm trying to script Sounds for my boat, I have no luck. Can you Make a video about scripting sounds for vehicles?
@CNStudios1
@CNStudios1 Жыл бұрын
How to add a close sound?
@micat_gamers2264
@micat_gamers2264 3 жыл бұрын
The scrip not working pls give the model pls
@saya47k46
@saya47k46 3 жыл бұрын
Can you give me the link of your game when its ready?
@CyberCreator
@CyberCreator 3 жыл бұрын
Definitely!
@thedxrkvoid6658
@thedxrkvoid6658 2 жыл бұрын
Thank you so much
@nekirokoyusho5303
@nekirokoyusho5303 3 жыл бұрын
how do i use the sound location thing
@asadfai
@asadfai 2 жыл бұрын
how about animation?
@peakshuu
@peakshuu 3 жыл бұрын
what about like a walking animation?
@Buzzbee2.0
@Buzzbee2.0 3 жыл бұрын
For me this is quite confusing I don’t know what script for the door one is
@idkbrah473
@idkbrah473 2 жыл бұрын
Hey, i wanna add voice acting into my game. How do i make it that a character, when spoken to, plays a roblox sound?
@sipofdrinks
@sipofdrinks 2 жыл бұрын
Exactlyyy I need this tooo!!
@lordboboforever
@lordboboforever Жыл бұрын
I cannot find the URI
@Tonals
@Tonals 3 жыл бұрын
Thanks bro :DDDDDD
@CyberCreator
@CyberCreator 3 жыл бұрын
No problem!
@warrobots9383
@warrobots9383 3 жыл бұрын
How do you make a game pass where you touch a block and a game pass buy screen pops up
@CyberCreator
@CyberCreator 3 жыл бұрын
I will make a video on game passes soon!
@scxffed1023
@scxffed1023 3 жыл бұрын
could you reply with the door script with sound
@Angie-Who
@Angie-Who 3 жыл бұрын
Is there a way to make a sound happen at a certain time? I want to make a noise happen before a monster appears and chases my players.
@ZekoQS
@ZekoQS 3 жыл бұрын
I don't think so sadly
@aureatestudios6011
@aureatestudios6011 3 жыл бұрын
How to make a gun make a sound when it is shot
@sansbunny2004
@sansbunny2004 3 жыл бұрын
do you know how to add it to an animation/emote?
@jennynavel5222
@jennynavel5222 3 жыл бұрын
Honistly, I dont know Might wanna go to the discord and find out
@cree_bo5264
@cree_bo5264 3 жыл бұрын
how do i make a npc make a sound though?
@CyberCreator
@CyberCreator 3 жыл бұрын
It all depends on when you want the sound to play. You can use the exact methods show in this video. You can make the NPC make a sound when you run into it, when you click it, when you activate a proximity prompt etc.
@uto32
@uto32 2 жыл бұрын
thank you
@akainusakazuki7334
@akainusakazuki7334 2 жыл бұрын
1st how to make sound it didnt work for me
@poon5627
@poon5627 3 жыл бұрын
How to open audio
@DonkEKong-qs2co
@DonkEKong-qs2co 3 жыл бұрын
Thx dude can u help me with my game??
@CyberCreator
@CyberCreator 3 жыл бұрын
Thanks for watching! Unfortunately I don't have time to work on anyone else's games! Also thanks for commenting on all the vids! lol
@DonkEKong-qs2co
@DonkEKong-qs2co 3 жыл бұрын
@@CyberCreator okk
@oxiliairek
@oxiliairek 2 жыл бұрын
i just dont know why none of these are not working!
@Attila_pecasati2
@Attila_pecasati2 Ай бұрын
making funny idea the The Shack joey The called the puzzle locks the doors gate a everything :3 coins
@teentee5718
@teentee5718 2 жыл бұрын
It didnt work for me.🤔
@SaykoCaty
@SaykoCaty 2 жыл бұрын
1:15 *C r I m i n A li T y??!!*
@supernovanman9612
@supernovanman9612 2 жыл бұрын
no.... i need sound effect for killer..
@lasombra75nba16
@lasombra75nba16 3 жыл бұрын
Bro I see that if you know well about scripts, you can make a video where you explain how to put an effect you are terrified, so go walking and go through that block with the script and listen, if you understand me hahaha?, Please bro believe me that always e wanted to make a horror game, but there is no one to explain how to do that :(
@teentee5718
@teentee5718 2 жыл бұрын
well nothing works i do ever works so... 😶
@franceskelaiahfitero5906
@franceskelaiahfitero5906 2 жыл бұрын
i add movie sonic simulator
@ermhygen
@ermhygen 2 жыл бұрын
local prompt = script.Parent.ProxomityPrompt local soundid = " " sound.Parent = script.parent prompt.Triggered:Connect(function() end)
@sentigosedge8510
@sentigosedge8510 3 жыл бұрын
hi
@CyberCreator
@CyberCreator 3 жыл бұрын
hello
@sruffolo9303
@sruffolo9303 Жыл бұрын
for some reason when i use a typewrite module i have, the module references the sound but when i use the module in a server script it won't play. Can someone help me? code: module script: function module.typewrite(object, text, length, sound) for i = 1, #text, 1 do object.Text = string.sub(text, 1, i) sound:Play() task.wait(length) end end snippet of server script: module.typewrite(DialogueBillboard.TextLabel, Text.Value, 0.08, sound)
@mspaintpuyo9437
@mspaintpuyo9437 3 жыл бұрын
Touch script is broken
@CyberCreator
@CyberCreator 3 жыл бұрын
It works. Join the discord to get more in depth help discord.gg/X3zdqHy
@wgamer9314
@wgamer9314 2 жыл бұрын
Backrooms my boi
Classic Roblox Games: How Are They Doing?
17:09
Chappy
Рет қаралды 467 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
How to add sound to your door in roblox town
1:20
Gladpoteten
Рет қаралды 1,5 М.
Datastore: A Scripter's Worst Nightmare Explained
9:55
Ludius
Рет қаралды 24 М.
How To Make Sound Effects For Games
18:54
Jonas Tyroller
Рет қаралды 384 М.
How pro Roblox developers learnt to script
10:03
AlvinBlox
Рет қаралды 868 М.
The Best FREE Software for Game Development! (In my Opinion)
11:06
New to Studio? Get These FREE Plugins!
9:40
RoBuilder
Рет қаралды 488 М.
What Is The Best AI For Roblox Studio Scripting?
10:42
RoDev
Рет қаралды 474 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН