Can Find Region3 But Not Ray

Army here with what is the 4th post today. Wow.

So I’ll just cut the to the chase:

I’m trying out raycasting as I’m making an attack, but when I try to follow with the tutorial and use the code
game.Workspace:FindPartOnRayWithIgnoreList, I can’t seem to find it, only game.Workspace:FindPartsInRegion3WithIgnoreList

Did they replace ray with region3, or am I just doing something wrong?

Any help is appreciated, thank you for your time :slight_smile:

I can’t understand what you are saying here. Do you mean you can’t find the raycast function? It might be helpful to provide a script.

I dont’t currently have access to roblox studio currently, but I will be able to tomorrow

Alright! I just woke up and edited the original post, hopefully now it’s easier to understand.

No, they did not replace ray with Region3. Try using the newer raycasting method workspace:Raycast() instead!

1 Like

They replaced Ray with workspace:Raycast()

1 Like