RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"play sound"
-- server script local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://YourSoundIDHere" sound.Parent = game.Workspace sound:Play()