Spar

Results 71 comments of Spar

However, hiding tools from spawnmenu doesn't prevent them from using. P.S. As mentioned in first message it can be used in conjunction with CanTool 👍

Rubat is not your personal help service, and GitHub is not used for throwing crash dumps without any context. Use Discord or email dumps to Rubat's email

Can be improved by recaching GetAll in hooks not when you call the iterator, this allows to remove `if Cache == nil` check entirely

Looks good. Misc suggestion: Instead of `ipairs` you can get inext beforehand. ```lua local inext = ipairs(EntityCache) function entity.Iterator() return inext, EntityCache, 0 end ```

Can we just have a separate function for this? Color is already the most callable function

Why do you change thing that are not the subject of PR? Your PR adds Clear function, why do you change other functions? Also pro tip: first push all commits...

When the hook is called they will be removed because they are not valid, does it still filling the RAM?

This should be as separate function net.WriteArray. And it's possible duplicate since someone already made this

I don't think getting values using header name is convenient, I would use integers.