#help

1 messages · Page 1 of 1 (latest)

wooden lily
#

im making it where when you stick your hands up you'll do a super jump how do i do that?

crisp sun
wooden lily
neon anvil
crisp sun
# wooden lily Yeah put them above your head

event receiver "Update 30Hz" > if player is valid and local > if (right hand position > vector split "y" output > greater or equal than player position + 1.5 (number not accurate, change for better precision)) "then" output > if (left hand position > vector split "y" output > greater or equal than player position + 1.5 (number not accurate, change for better precision)) > if (bool variable "jump ready") "then" output > add velocity (target is local player, velocity is "vector create" with y input 1, change "max speed" and "multiplier" for higher jump) > bool variable "jump ready" (red input is false) > delay (blue input is cooldown) > bool variable "jump ready" (red input is true)

#

something like this (if you even understand allat)

#

and before you ask: i won't show a screenshot of chips in game because i'm too lazy to do allat in recroom