Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

Help with walking sound changing?

Asked by
Treyoo 0
9 years ago

Im making a wrestling ring and i need help to add the sound of that when you walk on the ring it makes the sound but help idk what to do.

1 answer

Log in to vote
-1
Answered by
MrCss 0
9 years ago

local wrestlingBrick = workspace.Brick --- Change location here local Id = 0000000 -- Sound ID

wrestlingBrick.Touched:connect(function(hit) if hit.Parent.Humanoid ~= nil then Instance.new('Sound',workspace).SoundId = Id end end)

0
Didntwork Treyoo 0 — 9y
Ad

Answer this question