Right now in my game everytime a bullet is fired i send a client β server remote. However because the bullets are shot fast the game is now rate limiting me and timing me out. How many total remotes can be sent from the client to the server in a second?
also do these limits apply to remote functions too? and would it be a seperate cap for events and functions?