thesleepingpig

Sword Factory X Boss Seeker

Jul 14th, 2022 (edited)
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. for i,v in pairs(workspace.Mobs:GetChildren()) do
  2.     if v.PrimaryPart ~= nil and v:FindFirstChild("Config") then
  3.         if v.Config.Rarity.Value >= 61 then --61 is hyper if remember correctly and above are 62 hyper 63hyper+ and the lists go on
  4.             local Path = game.ReplicatedStorage.Rarities
  5.             warn(Path[v.Config.Rarity.Value].RarityName.Value)
  6.         end
  7.     end
  8. end
Add Comment
Please, Sign In to add comment