How would I appropriately use :BreakJoints() on a player?
Easily for a player.
just do
game.Workspace.PLAYERNAME:BreakJoints() --It basically makes there character fall apart. OR If you use it in a function. function Break(Player) Player.Character:BreakJoints() end