Advertisement
Guest User

Hitboxes

a guest
Dec 7th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while true do
  2. for i,v in next, game:GetService('Players'):GetPlayers() do
  3. if v ~= plr then
  4. pcall(function()
  5. v.Character.HDetector.Size = Vector3.new(5,5,7,8)
  6. v.Character.HDetector.Transparency=0.65
  7. v.Character.HDetector.Color = Color3.fromHSV(i,3,5,2)
  8. end)
  9. end
  10. end
  11. wait()
  12. end
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement