So i’m trying the add a sound whenever the players get loaded into the game first but i’ve got this error and i dont know how to fix it. Would anybody suggest how i’d fix this error? Error:Unable to cast an array.
The error is on line 3
local sound = game.Workspace.Sound
local ContentProvider = game:GetService("ContentProvider")
ContentProvider:PreloadAsync(sound)
sound:Play()```