Hey! This is a short question:
If I do like tool:Destroy() in a local script will that replicate to all other clients and the server? Or do I need to fire a remote event to make the server do this?
Hey! This is a short question:
If I do like tool:Destroy() in a local script will that replicate to all other clients and the server? Or do I need to fire a remote event to make the server do this?
Whatever’s in the character will replicate to the server, the player has full control. It’ll definitely replicate to everyone that your tool has been gone.
Do you want to remove a tool from Backpack of a specific player?