How can I prevent clients (exploiters) from playing animations they don’t own?
Right now, animations play on the client and replicate as usual. Since as I understand any animation owned by the game owner can be played and replicates, how do I restrict clients from using animations they don’t own in the game?
run checks on the server and paly it on the server. normally, animations would be better on the client. but you should do it on the server for maximum safety.