What is better and faster?

Should I set sound ID everytime when sound instance appear? Or just put sound instance with ID once to specific folder and then just copy this instance to desired part?

I think the 1st option is better, but I dont think it matters which one you do

Ok. I don’t want open new draft. What is better to send through remote? Enum.Material Type or just string?

Either one. Using Enum.Material would probably be better and easier to use and read though

I mean which one needs more data to send if it even does matter. Of course send Enum.MaterialType would be better for me but would it take less network then string? In the fact at some step early or later I would need convert this string to Enum so for me it doesn’t matter.

Yeah, Enum would be better. If you did string you would have to find the Enum for that which would use more code and result in being slower