Am I. or is the script dumb?

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…
image

image

Anybody know the common issue and fix for this?

1 Like

It’s because the object hasn’t loaded in yet, do script.parent:WaitForChild(“Attatch”)

1 Like

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.

1 Like

Your not firing the remote events, if you are then it should be working, show me your output and show me your serverscript code.

1 Like

im firing the events on a seperate ui. no output going on.
image

1 Like

Try .OnServerEvent:Connect(function()

2 Likes

had to switch to a server script, realized i wanted the particles shown to other players. lol

2 Likes