Clueless on how to make a boss move/attack

  1. What do you want to achieve?
  • Generally a successful roblox boss fight
  • To achieve every boss attack, including this one
  • One of them is making a red marker following the player, after 5 seconds of following, a pillar of neon laser appears and attacks the player.
  1. What is the issue?

I don’t know what I need in order to do it or to make it happen, which I’m struggling for a few days now.

  1. What solutions have you tried so far?

So far I only found out that ChatGPT suggested me to use CFrame and Body Velocity, but maybe because it didn’t understand me clearly.

Using CFrame for tracking is a right solution for this. For marking area, you can either use Part or Region3 to follow players by changing its CFrame for every HeartBeat or RenderStepped (Preferably Region3) once 5 sec has passed, stop moving CFrame, and then check for players that are in the zone and attack them. For neon lasers stuff, leave that to animations.

1 Like