im trying to make a game that you can place builds but i have to make the events again and again for every different build. for this i need to make a function that takes build as input and does everthing inside it with that building but functions cant input objects. how can i do it. pls help
Develop games in your browser. Powerful, performant & highly capable.
You can tick the option "copy picked" in the function options, so the objects picked before you call the function will pass to the function. If that's what you mean by "imput objects".
i didnt understand