Roblox Script - Loooptopia | Get Items Instantly

 


Features:
  • Instantly Get Item

Script:

for i=1,100 do

for i,v in pairs(game.ReplicatedStorage:GetDescendants()) do

if v:IsA("RemoteEvent") then

v:FireServer()

end

end

end

Previous Post Next Post