How do I add sound? Because I tried and didn’t work.
A script or toggling Playing
is required with looping on to play the sounds as accustomed.
What do you mean by that? Sorry, I am new.
Either from the toolbox or create a script and in it type the following:
local SoundId = 0 -- ID of the sound
local Sound = Instance.new("Sound")
game.Players.PlayerAdded:Connect(function(plr)
Sound.Name = "Game Music"
Sound:Play(SoundId)
end
end)
How do I do toolbox? I think that would be easier.
Alright. So follow the steps down below:
- Click on View
- Click on the toolbox image
- You see models, change it and select sound
- Search the sound you wish
- Test it!
- Enjoy somes amazing sound.
1 Like
I did it but nothing happened.
It’s can’t run in studio. You need to go in test mode or in game.
Are you talking about a background track or something else?
I have seen u around devforum asking things that are in alot of videos on youtube regarding basic stuff (“how to open explorer, how to open toolbox”) i suggest u watch tutorials on youtube first before asking questions on devforum