Advertisement
haramspider

HBE - Lag Fixed

Jun 22nd, 2020
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --deobfuscated by pyth, change the vector numbers to how big as you want it to be
  2. while wait(.2) do
  3. for i,v in pairs(game.Players:GetChildren()) do
  4. wait()
  5. if v and v.Character ~= nil and v ~= game.Players.LocalPlayer and v.TeamColor ~= game.Players.LocalPlayer.TeamColor then
  6. for a, b in pairs(v.Character:GetChildren()) do
  7. if b.Name == "HumanoidRootPart" then
  8. b.Size = Vector3.new(10,10,10)
  9. b.Material = "Neon"
  10. b.BrickColor = BrickColor.new("Pink")
  11. b.Transparency = 0.7
  12. end
  13. end
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement