ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
12.3k Views

Fe Audio Script v2

Universal Script ๐Ÿ“ŒUploaded by
10 months ago
Please login to perform these actions:

Description

local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/Turtle-Brand/Turtle-Lib/main/source.lua"))() local win = lib:Window("test") win:Button("test", function() local player = game.Players.LocalPlayer local function playSound() wait(0.4) local soundId = 82305442903343 local volume = 1 local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://" .. soundId sound.Volume = volume sound.Looped = false sound.Parent = player:WaitForChild("PlayerGui") sound:Play() end playSound() local args = { [1] = workspace, [2] = 18406731725, [3] = 1 } game:GetService("ReplicatedStorage").RE:FindFirstChild("1Gu1nSound1s"):FireServer(unpack(args)) end)

View Raw
Edited By: zamieljackson5 Download


Comments
2
User profile picture
clarkaiden795 10 months ago
Game?
User profile picture
Experienced_Coder 10 months ago
@clarkaiden795 he forgot to put it in the PlaceID, but it's Brookhaven RP, the RemoteEvent name and arguments are to similar for it.
Please Login to add a comment.