#How to do Gum abilities

1 messages · Page 1 of 1 (latest)

cloud ruin
#

Hello! Im currently working on a dungeon RPG anime-themed game on JE, and i was currently creating luffy as a playable character, but i dont know how to stretch his arms in the direction the player was pointing when using one of the gomu abilities, i was thinking in something like in Ferum's OnePix, tho in using the new engine for it

sharp plume
#

the arm are chld object? or weapon? you can try x-axis scale + xx value

frosty sinew
cloud ruin
#

Exactly

frosty sinew
#

Vert scale = number

#

Set vert scale = number
Wait 0.3
Set vert scale = 1

cloud ruin
#

I'll test it then