
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
Comments
3

Offline
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
Offline
kpykddo2 1 year ago
Dang this guy send whole data of the screen
Offline
QuangViet 1 year ago
Can you add save sound
Forge Hub | 30+ Games, OP Features & Auto Farms




