Functions: FE Sounds

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
-- > Configs < --
local SoundID = 9125713501
local Client = true -- 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)])