top of page

ONESHOT ALL MOB RE XL MOBILE SCRIPT

  • Writer: aktasenesfurkan23
    aktasenesfurkan23
  • Jun 25, 2024
  • 1 min read


while task.wait() do 
 for i,v in pairs(game.Workspace.Live:GetChildren()) do 
     if v:IsA("Model") and v:FindFirstChild("Humanoid") and v.Humanoid.Health < v.Humanoid.MaxHealth  then 
         v.Humanoid.RigType = "R15"
     end 
    end
end 



Commentaires


RobloxScriptCode

©2024, RobloxScriptCode.

bottom of page