Hello, I am trying to create a system that spawns models (For example you could search up a model as you would in the toolbox or type in a model ID) But I haven’t found any good solution. Can I have some help on this? Thanks!
InsertService should help you with that. Especially with the model id.
use clone
https://developer.roblox.com/en-us/api-reference/function/Instance/Clone
add model in replicated storage
1 Like