[ad_1]
Created by skyr3x
Features:
- FE SING SUPER IDOL (WITH MUSIC)
- DEV NOTES:
- needs at least 1 boombox to work, if you have multiple it will massplay on all of them
local smr = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
local function chat(msg)
smr:FireServer(msg,"All")
end
local function play(bb)
bb.Remote:FireServer("PlaySong",8056340380)
end
local lp = game.Players.LocalPlayer
local bbs = {}
for i,v in pairs(lp.Character:GetChildren()) do
if v:IsA("Tool") and v.Handle:FindFirstChild("Sound") then
table.insert(bbs,v)
end
end
for i,v in pairs(lp.Backpack:GetChildren()) do
if v:IsA("Tool") and v.Handle:FindFirstChild("Sound") then
table.insert(bbs,v)
end
end
for i,v in pairs(bbs) do
v.Parent = lp.Character
end
wait()
for i,v in next,bbs do
play(v)
end
wait(0.25)
[size=small]chat("Super Idol de xiàoróng")[/size]
wait(1.5)
chat("dōu méi nǐ de tián")
wait(1.6)
chat("bā yuè zhèngwǔ de yánguāng")
wait(1.6)
chat("dou mei ni yaoyau")
wait(2)
chat("rè'ài 105 °C de nǐ")
wait(3)
chat("de de qichun de zhēngliúshuǐ")
wait(4.5)
for i,v in pairs(bbs) do
v.Parent = lp.Backpack
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]