Hello, I need do the model in part is biggering and smalling how music plays
Here is what a reched
My script
game:GetService("RunService").Stepped:Connect(function()
local Loud = game.Workspace.Sound.PlaybackLoudness
local Multipler = -100
for _,part in pairs(script.Parent.LightingParts:GetChildren()) do
part.Size = Vector3.new(Loud - Multipler, part.Size.y ,part.Size.Y,part.Size.Z)
end
local part = script.Parent.Union
part.Size = Vector3.new(Loud - Multipler, part.Size.y ,part.Size.Y,part.Size.Z)
end)
Problem is I need decrese how it biggering but idk how
Thank for any help