Something that mixes up everybody's body parts clothes and accessories leaving everyone muddled up :D
@xsticcyds54593 жыл бұрын
Whenever you say GG somebody walks to you and starts spamming "ez"
@fazlurrahman90453 жыл бұрын
Please make a tutorial on cars.
@Rebounds883 жыл бұрын
When someone says "Ez" a noob comes in and kills him and says " 2 ez "
@notcardi3 жыл бұрын
Basically you have a button and if you press it, it will go crazy and the world will blow up
@_Glecko3 жыл бұрын
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)
@mathmeal1882 жыл бұрын
Local script>
@BaydohRWQ4 күн бұрын
Thank You!
@BonnieBuilds2 жыл бұрын
One of the best Roblox Studio tutorials I've seen. Thank you. This was well explained!
@DomTheBossing2 жыл бұрын
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_2 жыл бұрын
omg tysm. i was searching everywhere on yt and this is the only that worked for me.
@louisfrederick65123 жыл бұрын
i swear you r sooo underrated, LOVE YOUR CONTENTS! keep it up mate as a fellow dev👍
@CyberCreator3 жыл бұрын
Thanks, will do! I appreciate you watching the videos!
@Papaintion3 жыл бұрын
I thought adding sounds to parts are a lot harder. Thanks for the tutorial as always. I don’t comment that much on videos
@CyberCreator3 жыл бұрын
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
@mazen86483 жыл бұрын
Dude u are underrated you should be 100k+ you will hit that some day
@CyberCreator3 жыл бұрын
Maybe soon!
@dumminum9 ай бұрын
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!
@nathano52893 жыл бұрын
Making another banger video Love the vid 🤩
@CyberCreator3 жыл бұрын
Appreciate it! More to come!
@Motormouth176 ай бұрын
this might be an old video, but it still works. thank you, as without these videos i would have no door.
@mr_griffolukegriffiths91663 жыл бұрын
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 😁
@Papaintion3 жыл бұрын
Did you do Audio.IsLoaded:Wait() ?
@CyberCreator3 жыл бұрын
I'm glad you got some use out of the video!
@mr_griffolukegriffiths91663 жыл бұрын
@@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 Жыл бұрын
How do you make it so the door plays a different sound when closing?
@JermaFilm2 жыл бұрын
please, how do I make a timed audio with no triggers? like just an audio playing every X seconds
@-Mlbo2 жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
BROOO TY U SO MUCH!!
@ThePig13543 жыл бұрын
Thank you so much for the help mate!
@CyberCreator3 жыл бұрын
Happy to help
@zachPlushgaming2 жыл бұрын
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!
@ManguaShortsYT3 жыл бұрын
on the touch event i have done all the code right but i still cannot hear my sound effect
@tj_cow2652 жыл бұрын
same idk why
@doodlebryan353 жыл бұрын
Oh, now i get it, this is very cool
@CyberCreator3 жыл бұрын
I'm glad it helped!
@lazynooboffical3 жыл бұрын
Love this channel
@CyberCreator3 жыл бұрын
Thanks for watching!
@t4cisfat_2 жыл бұрын
Thank you so much I was stuck on making a sound when a player opens a door.
@Senugg9 ай бұрын
Thank you so much it really helped to my game development
@superz65973 жыл бұрын
You've helped me so much thanks
@CyberCreator3 жыл бұрын
Glad to hear it!
@sugardust3 жыл бұрын
Nvm, i fixed my problem, great video :D
@the_Infamous_m3 жыл бұрын
How do you add sound effects to your animation?
@fazlurrahman90453 жыл бұрын
Day 2 of asking for a tutorial on cars.
@CyberCreator3 жыл бұрын
Your requests have been seen!
@Matthew00142 жыл бұрын
this really helped Thank you so much!!!
@giyutomiokarblx15422 жыл бұрын
How do i add a sound effect into a tool when being used?
@mr_notperfect94923 жыл бұрын
earned a sub your a genius
@CyberCreator3 жыл бұрын
Thanks for watching and subbing!
@mr_notperfect94923 жыл бұрын
@@CyberCreator is there a way to make it so everyone can hear it?
@LetGoMyLegosTyler2 жыл бұрын
TYSM i watched ur door video originally but wanted sound too! edit: can u make a locked door tutorial
@YoYo-kh4tl3 жыл бұрын
i did the script part and did everything correctly but it still didn't work why and how?
@kennaiscool3 жыл бұрын
same here
@CyberCreator3 жыл бұрын
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
@ikea34873 жыл бұрын
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!
@thegreenmememan8273 жыл бұрын
I cant hear anything when I play the audios, even the ones in the toolbox.
@tingyu6252 жыл бұрын
e
@marsupia3 жыл бұрын
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?
@CyberCreator3 жыл бұрын
Definitely! A lot of people have been asking for a video on that!
@robloxplayere35732 жыл бұрын
thanks now i can make alexnewtron sound effects
@kw_roblox2 жыл бұрын
How do I make it so when im dashing (custom dash) it will make a sound effect.
@balkanist99632 жыл бұрын
i follwed everything on the door, but the sound just does not activate.
@pitkpitq76162 жыл бұрын
for the door sound effect what do we do if the door doesnt have a proximity prompt
@tomypower48983 жыл бұрын
cool sounds!
@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.MP42 жыл бұрын
This was realy good for my games it helpen alor!
@68ship3 жыл бұрын
Damn imma add this into a few games lol
@CyberCreator3 жыл бұрын
Awesome!
@tuber420 Жыл бұрын
Is there a way I can stop the audio from playing midway?
@mixiegacha47923 жыл бұрын
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.
@Purstaryom2 жыл бұрын
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
@amandaboyer34352 жыл бұрын
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
@OutplayerR2 жыл бұрын
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?
@rayanekadi999510 ай бұрын
very well expalined though how to do the same but with imported sound?
@TMH_PLAYER3 жыл бұрын
I need that tho thank you ☺️
@CyberCreator3 жыл бұрын
Glad I could help!
@redless20503 жыл бұрын
what's the sound id for the creepy doorsound?
@attackscorpion53236 ай бұрын
I added sound to my object, but still no sound. I’m trying to make a coin pick up sound
@batman64293 жыл бұрын
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?
@Binehoad3 жыл бұрын
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
@sweetdcver822 жыл бұрын
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!
@achunderweel2 жыл бұрын
is there any way to make the sound stop playing after a second click?
@matt-qx2kv3 жыл бұрын
what if the object has a humanoid root part, will that trigger the sound?
@BloxySnow3 жыл бұрын
is there any way to make sound effect when you walk to a brick?
@aniqfaiz49933 жыл бұрын
Nice new subscriber!
@CyberCreator3 жыл бұрын
Thanks for subbing!
@aniqfaiz49933 жыл бұрын
@@CyberCreator np!
@Flightシ3 жыл бұрын
Good video and you do one where you just left mouse click and it makes a sound please ty
@1egg5883 жыл бұрын
could u add a keycode to the script one so if u click on E then it makes the sound ?!
@hahathatisfunnybro3 жыл бұрын
Id? How do you just put in a .WAV file?
@MuranLepitera3 жыл бұрын
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!
@CyberCreator3 жыл бұрын
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-w6h3 жыл бұрын
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?
@ObscruosDD3 жыл бұрын
4:20 book mark lol
@CyberCreator3 жыл бұрын
Thanks for watching!
@NotNoobstuff3 жыл бұрын
Nice video also its not called game its called "experience" lol.
@CyberCreator3 жыл бұрын
That is going to take some getting used to haha
@Kaffedarr2 жыл бұрын
Its like the same thing
@windows27852 жыл бұрын
"Its actually called experience" 🤓🤓🤓🤓🤓
@Kaffedarr2 жыл бұрын
Nerd
@sattacgamer82953 жыл бұрын
Video idea: shop gui character
@CyberCreator3 жыл бұрын
Got it! Thanks
@sattacgamer82953 жыл бұрын
@@CyberCreator thanks too you. I really need it
@khyrietrain57632 жыл бұрын
I dont care if this is from 11 months ago but can you make one where the sound plays at random
@sqreaky2 жыл бұрын
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 Жыл бұрын
How to add a close sound?
@micat_gamers22643 жыл бұрын
The scrip not working pls give the model pls
@saya47k463 жыл бұрын
Can you give me the link of your game when its ready?
@CyberCreator3 жыл бұрын
Definitely!
@thedxrkvoid66582 жыл бұрын
Thank you so much
@nekirokoyusho53033 жыл бұрын
how do i use the sound location thing
@asadfai2 жыл бұрын
how about animation?
@peakshuu3 жыл бұрын
what about like a walking animation?
@Buzzbee2.03 жыл бұрын
For me this is quite confusing I don’t know what script for the door one is
@idkbrah4732 жыл бұрын
Hey, i wanna add voice acting into my game. How do i make it that a character, when spoken to, plays a roblox sound?
@sipofdrinks2 жыл бұрын
Exactlyyy I need this tooo!!
@lordboboforever Жыл бұрын
I cannot find the URI
@Tonals3 жыл бұрын
Thanks bro :DDDDDD
@CyberCreator3 жыл бұрын
No problem!
@warrobots93833 жыл бұрын
How do you make a game pass where you touch a block and a game pass buy screen pops up
@CyberCreator3 жыл бұрын
I will make a video on game passes soon!
@scxffed10233 жыл бұрын
could you reply with the door script with sound
@Angie-Who3 жыл бұрын
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.
@ZekoQS3 жыл бұрын
I don't think so sadly
@aureatestudios60113 жыл бұрын
How to make a gun make a sound when it is shot
@sansbunny20043 жыл бұрын
do you know how to add it to an animation/emote?
@jennynavel52223 жыл бұрын
Honistly, I dont know Might wanna go to the discord and find out
@cree_bo52643 жыл бұрын
how do i make a npc make a sound though?
@CyberCreator3 жыл бұрын
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.
@uto322 жыл бұрын
thank you
@akainusakazuki73342 жыл бұрын
1st how to make sound it didnt work for me
@poon56273 жыл бұрын
How to open audio
@DonkEKong-qs2co3 жыл бұрын
Thx dude can u help me with my game??
@CyberCreator3 жыл бұрын
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-qs2co3 жыл бұрын
@@CyberCreator okk
@oxiliairek2 жыл бұрын
i just dont know why none of these are not working!
@Attila_pecasati2Ай бұрын
making funny idea the The Shack joey The called the puzzle locks the doors gate a everything :3 coins
@teentee57182 жыл бұрын
It didnt work for me.🤔
@SaykoCaty2 жыл бұрын
1:15 *C r I m i n A li T y??!!*
@supernovanman96122 жыл бұрын
no.... i need sound effect for killer..
@lasombra75nba163 жыл бұрын
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 :(
@teentee57182 жыл бұрын
well nothing works i do ever works so... 😶
@franceskelaiahfitero59062 жыл бұрын
i add movie sonic simulator
@ermhygen2 жыл бұрын
local prompt = script.Parent.ProxomityPrompt local soundid = " " sound.Parent = script.parent prompt.Triggered:Connect(function() end)
@sentigosedge85103 жыл бұрын
hi
@CyberCreator3 жыл бұрын
hello
@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)
@mspaintpuyo94373 жыл бұрын
Touch script is broken
@CyberCreator3 жыл бұрын
It works. Join the discord to get more in depth help discord.gg/X3zdqHy