Our search systems are undergoing rapid maintenance, they may be intermittently unavailable. Sorry for the inconvenience!
Universal Script πŸ“Œ
7.5k Views

Roblox AudioFinder

Universal Script πŸ“ŒUploaded by
1 year ago
Please login to perform these actions:

Description

Detects every Audio in game - detects from Workspace Players and other - Smart System detector - Advanced Gui

View Raw
Edited By: kpykddo2 Download


Comments
3
User profile picture
alicanmecitoglu2 1 year ago
local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local playerGui = Players.LocalPlayer:WaitForChild("PlayerGui") local intro = Instance.new("ScreenGui", playerGui) intro.Name = "SoundFinderIntro" intro.IgnoreGuiInset = true intro.ZIndexBehavior = Enum.ZIndexBehavior.Sibling local bg = Instance.new("Frame", intro) bg.Size = UDim2.new(1, 0, 1, 0) bg.BackgroundColor3 = Color3.new(0, 0, 0) local lbl = Instance.new("TextLabel", bg) lbl.Size = UDim2.new(1, 0, 1, 0) lbl.BackgroundTransparency = 1 lbl.TextColor3 = Color3.fromRGB(0, 170, 255) lbl.TextStrokeTransparency = 0.4 lbl.Font = Enum.Font.GothamBlack lbl.TextScaled = true lbl.Text = "" local function typewrite(text, speed) for i = 1, #text do lbl.Text = text:sub(1, i) task.wait(speed) end end task.spawn(function() typewrite("SoundFinder GUI Made by: K00pyK1d", 0.06) task.wait(1) typewrite("SoundFinder GUI Made by: K00pyK1d\nThis GUI is made for searching and previewing rare audio *ets", 0.06) task.wait(2) for i = 1, 20 do bg.BackgroundTransparency = i / 20 lbl.TextTransparency = i / 20 lbl.TextStrokeTransparency = 0.4 + i / 50 task.wait(0.05) end Comments 0 No comments. Profile Picture Comment your thoughts... Tags Audio Detect xD Other Scripts Universal Script πŸ“Œ 329 minutes ago Free Universal Script πŸ“Œ camlock and silent lock venary Slap Tower 4 πŸ–οΈ 1751 hour ago Free Slap Tower 4 πŸ–οΈ Spam And More [πŸ”¨] Build a Scam Empire! 2251 hour ago Free [πŸ”¨] Build a Scam Empire! ALL SCAMMERS FREE {MECHANICS} Monday Morning Misery [Beta] 1291 hour ago Free {MECHANICS} Monday Morning Misery [Beta] Jeff Hub Auto Play Universal Script πŸ“Œ 1502 hours agoKey System Free Universal Sc
User profile picture
kpykddo2 1 year ago
Dang this guy send whole data of the screen
User profile picture
QuangViet 1 year ago
Can you add save sound
Please Login to add a comment.