#bug keeps appearing

1 messages · Page 1 of 1 (latest)

zealous ferry
#

idk why it works the first time but then the bug appers the second and it never works again

round crown
#

that's because there's ever only one clone of the hitbox

#

you should clone the hitbox every event

#

so if you move the hitbox variable at the start of the event it'll work fine

zealous ferry
#

oooooh

#

tysm

round crown
#

👍

zealous ferry
#

it worked

#

tysm bro

round crown
#

glad i could help

zealous ferry
#

ur the goat

round crown
#

also at the end of the event you should debris the hitbox so it doesn't exist forever

#
game.Debris:AddItem(hitbox, 3)

for example

#

so if the hitbox doesn't hit anything it gets automatically destroyed after 3 seconds

zealous ferry
#

alr

#

ill add that