Model cloning help [custom model names per each cloned model]

Hello there!

I am currently trying to make a realistic bus for a game I am creating and I want to try and make it so when a person sits down a GUI pops up with a button that says “STOP” and when they click that a sound will play in the bus as well as a popup notification displaying on the drivers screen.

The bus will likely be spawned(cloned) anywhere from 1-20 times, It will also be stored in ServerStorage so that also makes it ALOT more difficult which is the part where I struggle the most because I believe each vehicle will somehow have to be individually named so when somebody presses the stop button it doesn’t play/fire on a completely different bus.

Just to add I am using an A-Chassis → ChassisBusRLX.rbxm (49.6 KB)

I know its a lot but I really appreciate all and any help, Thank you!

Concatenate the name with a value and add 1 to aforementioned value each time you clone your model. You’ll need a reference to the part and/or model.

Sorry, I was commenting feedback and it went to this… odd…