Helloooo, say i want to make a gun system with bullet visualizing and viewmodel, for a client the bullet comes out of his viewmodel’s muzzle, for everyone else the bullet comes out of tool that client is holding, i know it’s possible with events but i’m not sure how to do that
If the part where the bullet is shown is done on the server everyone will see it and it may even be laggy in their view due to that. If it is shown by the client then only the player will see the bullet and it will have considerably less lag or studder, if any. Most guns use a remote to trigger the server side visuals.