In context of how I am managing explosions, it is completely server sided.
I know that the server manages anchored parts, and many of mine are until exploded so applying physics should be okay to do via the server?
But in my game, when there are unanchored parts which need physics applied to them, is it really in performances best interest for clients to manage all that? Can I keep that on the server?
For further context a metor shower.
Right now to optimise it i am aiming 50% at players. Should I make it so the affected player owns the explosion physics? What if a base part another player owns is within the affected area but the explosion owning player cannot apply physics to someone elses basepart? or am I wrong and roblox will manage ownership without my worry