Lua help NativeUI

I was going about making this menu with native ui and i have this thing where you can arm a vehicle and then later on pop one of the wheels on that vehicle it works just fine if your the only online player using that vehicle but when other people get in or drive it just doesn’t seem to work. Is there anyway to get around this and get it to work or is it just not really possible?

To ensure that changes to the vehicle are reflected for all players, you can implement a system where any action performed on the vehicle triggers a server event. This server event can then trigger a client event for every player, ensuring that everyone receives the update.