On Touch Play Sound Script Roblox Studio
On Touch Play Sound Script Roblox Studio
steps:
Insert a part.
Add a script into your part. (NOT LOCAL!!!)
Add your sound to your script.
Change the script to our script.
Change SoundName to the name of your sound.
Try it out!!! (you could play it again after the sound is done)
Script:
script.Parent.Touched:Connect(function()
script.SoundName.:Play() -- CB
end)
-- script made by Content Bakery