Magic

Magic

190k Downloads

[Help] Snowball direction

arcz15 opened this issue ยท 2 comments

commented

Hello, i have problem idk how to change direction of snowball to player's face direction can someone help? (sorry for bad english)
At this moment:
image_2022-08-12_140812250
Spell code: https://pastebin.com/W8HMsLds

commented

Try changing target: self to either

target: none (this will throw a projectile blindly in the direction you're facing, like a vanilla projectile throw)
or
target: other (this will aim the projectile at whatever is under your crosshairs)

Hope that helps!

commented

Thanks for reply, i tried every target option from sandbox and self is only working. Any other target is only throwing snowball but nothing else happens.
target other than self:
image_2022-08-13_143021105