World of Magic
World of Magic
"https://raw.githubusercontent.com/WhisperingTelamonster/Assets/master/Linoria
%20UI"
local Library = loadstring(game:HttpGetAsync(Url), true)()
--- Vairables
--- Button
local Count = 0
for i,v in ipairs(Workspace.Map:GetDescendants()) do
if v.Name == "Barrel" or v.Name == "Crate" or v.Name == "Water" then
v:Destroy()
elseif v.Name == "Trunk" or v.Name == "Leaves" or v.Name == "Bushes" or
v:IsA("ParticleEmitter") then
v:Destroy()
end
Count += 1
if Count == 150 then
task.wait()
Count = 0
end
end
local Count = 0
Workspace.Effects.DescendantAdded:Connect(function (Child)
task.wait()
--- GUI
--- HOOKS
local OldCall
OldCall = hookmetamethod(game, "__namecall", function (Self, ...)
local Args = {...}
---
Library:Notify("Loaded")