Car System UI (Workspace Searching)

So pretty much I’m creating a car purchasing and spawning UI, It works. Pretty well actually, but it spawns as many cars as you want so I want to make a script that searches through the workspace and finds a model with the player’s name. (This is because when you spawn the car it names the car “player… Car”.) I don’t know how to go about doing that. I was thinking of using “GetChildren()” and concatenating it but I truly have no idea on this one. If anyone could help it would be appreciated.

You can use findfirstchild like this: FindFirstChild(player.Name…“Car”,true)

1 Like

I’ll try this and get back to you, thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.