I am looking for ways to script a garage system by which I mean the user can choose cars and they can spawn. I got the GUIs working but the only problem is how to display the car. I want the car to generate within the garage so the player can interact with it by dragging their camera around etc. The problem is when a player chooses a car, all other players in the garage can see the car the player chooses and I know this because the car is in workspace. What should I do so that other players cannot see each other’s cars? (FYI I only have one garage)
Do everything client side, because it wont replicated to the server.
So I put all the code in a localscript?
Do this locally, I cant really help you because I don’t know how you are doing it and what exactly you are trying to do.
i just need to know by what
means. Does it have anything to do with a localscript?
Yes, for example: If you had to change a parts colour in a local script, it will only change the colour for that one player, but if you do it in server script aka. a script it will do show everyone