Simple question, How do I make so that a player’s character is network-owned by the server, BasePart:SetNetorkOwner(nil)
works but internal roblox scripts instantly resets it to that player. I don’t want to remove that character from Player.Character
property
Any other solution except with externals?