Advertisement
_Thanh_Thy_Cute_

Luobu Mystery Box Hunt GET ALL BOXES SCRIPT

Aug 22nd, 2021
1,998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for i,v in pairs(workspace.BlindBoxes:GetChildren()) do
  2. if v:IsA("Model") then
  3. local num = tonumber(string.match(v.Name , "%d+"))
  4. game:GetService("ReplicatedStorage").RemoteEvents.TouchEggEvent:FireServer(num)
  5. print("Found box number "..num)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement