Break In (Story) FE SOUND PLAYER – OPEN SOURCE

Created by FeIix#9431

Features:

  • FE SOUND PLAYER
  • OPEN SOURCE
  •  
  • HOW TO USE:
  • 1. Copy and paste the script into synapse (or whichever executor you have)
  • 2. Put sound Id in the Variable SoundId
  • 3. Edit any other configs
  • 4. Execute & enjoy
-- > Configs < --
local SoundID = 9125713501
local Client = false -- Setting this to 'True' will only make you hear it
local Volume = 10 -- 0-10, how loud is the sound?

-- > Dev Keys (DO NOT CHANGE ANYTHING BELOW) < --

local Keys = {'trolling57', 'trolling56', 'Cracky4', "TestingKey", "TestKey"} -- These are the ONLY keys that wont log you (If any of these keys change, you will be logged)

-- > Main < --
game:GetService("ReplicatedStorage").RemoteEvents.Sounds:FireServer("rbxassetid://" .. tostring(SoundID), Client, Volume, Keys[math.random(1, #Keys)])

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!