Advertisement
Synpase_X

no fe

Oct 27th, 2022 (edited)
975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. me = game.Workspace.prostoRobot
  2.   for i,v in pairs(me:GetChildren()) do
  3.     pcall(function()
  4.       if v.Name ~= "HumanoidRootPart" then
  5.          local select = Instance.new("SelectionBox", v)
  6.            select.Adornee = v
  7.            end
  8.      end)
  9. end
  10. me.Humanoid.MaxHealth = math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement