-
I’m trying to make a randomizer for my game which could make it alot funnier.
-
I don’t know what scripts it needs to work.
-
Looked for everything, cant find anything about randomizer.
This is the script.
for _,c in pairs(workspace:GetDescendants()) do
local foundsound = c:FindFirstChildOfClass(“Sound”)
if c:IsA(“Sound”) then
local c = script.Parent:FindFirstChildOfClass(“Sound”)
c.SoundId = c.Parent:FindFirstChildOfClass(“Sound”).SoundId
end
end