Alo Sanctuary Script | EVENT GET EVERY ITEM FREE

[ad_1]

Created by e621

Features:

  • EVENT GET EVERY ITEM FREE
for i,v in pairs(game:GetService("Workspace").Map.Orbs:GetChildren()) do
   game:GetService("ReplicatedStorage").NetManagedInstances.orbCollection:FireServer(v.Name)
end
local poses = require(game:GetService("ReplicatedStorage"):WaitForChild("Shared",3):WaitForChild("Poses",3))
for i,v in pairs(poses) do
   game:GetService("ReplicatedStorage").NetManagedInstances.UnlockPose:FireServer(v.Name)
end

local mats = game:GetService("Players").LocalPlayer.PlayerGui.Inventory.Canvas.Mats
for i,v in pairs(mats) do
   if v:IsA("ImageButton") then
       game:GetService("ReplicatedStorage").NetManagedInstances.UnlockMat:FireServer(v.Name)
   end
end
game:GetService("ReplicatedStorage").NetManagedInstances.UnlockMat:FireServer("DarkGreen")

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

[ad_2]