.Touched event doesn't activate

For context this function is inside a remotefunction activation. (Can’t send full script it’s too long)
Every time the orbs touch anything, the .Touched event just doesn’t fire. The word “bald” doesn’t print.
image
These are some settings of the orbs:


And here’s their property tab:

And these are its children:
image
And finally this is the script:

maybe it’s moving too fast? im not too sure why it wouldnt be firing the touched event

I’ve set the speed to like 1 and it was moving at snail speeds and for some reason it still didn’t touch.

hmm. try different shapes with the part? it could also be the function itself, why’s the function inside of something? could you show more code for the touched event function?


Here’s the entire function

the issue is that you are putting the event on a bullet that already exists i think, you have to put the event on every bullet that is created

2 Likes

You are an intellectual philosopher.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.