I was trying to remake my radio script, outta nowhere this output shows up.
Its telling me “Attach” isn’t a valid member of the parent “MeshPart”… but it is…
Anybody know the common issue and fix for this?
I was trying to remake my radio script, outta nowhere this output shows up.
Its telling me “Attach” isn’t a valid member of the parent “MeshPart”… but it is…
Anybody know the common issue and fix for this?
It’s because the object hasn’t loaded in yet, do script.parent:WaitForChild(“Attatch”)
thanks for help, now im facing an issue where my particles dont enable when an event is fired.
Note1 and Note2 are the particle instances btw.
Your not firing the remote events, if you are then it should be working, show me your output and show me your serverscript code.
im firing the events on a seperate ui. no output going on.
Try .OnServerEvent:Connect(function()
had to switch to a server script, realized i wanted the particles shown to other players. lol