How would I create a Wind Effect?

use a particle effect or the boatbomber wind module for the visuals

you can use some zone module like this to detect when the player enters/leaves

on enter, put a force inside the character pushing them towards the wind direction (probably linearvelocity)
on leave, delete the force

1 Like