How to detect hookmetamethod?

Hello So I am making an anti cheat with my friends and it was bypassed (just the client side)
with hookfuncs and metatables, is there anything we can do about this. Besides just using server side checks?

Found a resource that may help! :slight_smile: How To Anti-FunctionHook - Resources / Community Tutorials - DevForum | Roblox

1 Like

Hey there, its hard to detect them, but that doesnโ€™t mean it is impossible.

hookfunction and hookmetamethod are different.
hookfunction replaces a function.
hookmetamethod gets the metatable of instances, tables and changes the __index or __newindex metamethod for example.