How to make fireball abilty for boss

Another thing I should add is that:
The player’s character can sometimes be dead or not yet initialized once the function is called, so I would modify:
local Character = player.Character or player.CharacterAdded:Wait()

The or operator switches to value2 when value1 is nil or false.

1 Like

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