I need help with the Vcam following the character.
What Wick Editor Version are you using?
1.19.3
Describe the Problem
I need help with the Vcam to follow Sonic whenever he Boosts in my game i’m making
I need help with the Vcam following the character.
What Wick Editor Version are you using?
1.19.3
Describe the Problem
I need help with the Vcam to follow Sonic whenever he Boosts in my game i’m making
Just put this code on the update script and replace that
with the object you want the vcam to follow
this.x = that.x
this.y = that.y
ok thank you