Does anyone know how to make a genjutsu? Like detect the player in a range and then play an animation to all players in the range? I have some script knowledge but no idea how to make a genjutsu
You can use workspace:GetPartBoundsInBox() to get all parts in an area, then you can remove everything that’s not a Humanoid from the returned table, and you got a table of humanoid characters in an area. Then you can play the animations as you normally would on a humanoid object.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.