#Dashing

12 messages · Page 1 of 1 (latest)

karmic eagle
#

How can I make it so when I front dash it hits the enemy whenever the enemy is detected not when the dash finishes?

#

This is the local front dash script

#

it won't let me put the front dash server side script

#

so if someone answers I will screenshot or screenshare

night fable
#

youll need a hitbox for that

#

usually i just make it on server side

#

and check every heartbeat if the hitbox detects another plr while doing an action

#

you can use a module script w that for easy access

karmic eagle
#

alr ty

west geyser
#

I personally just anchored the player and removed his velocity

karmic eagle