How do you make swim tool

[im] BLU746
Joined 12/04/2019
Posts 2,218
09:56 AM 25/11/2020
I'm making a beach game and I wanna have a tool to make people swim when equipped. Like floating above bricks


[im] BLU746
Joined 12/04/2019
Posts 2,218
09:57 AM 25/11/2020
also im using nodehill for my game


Planning
Joined 07/09/2020
Posts 11,835
09:58 AM 25/11/2020
idk dude


[Code] Noah Cool Boy
Joined 20/06/2019
Posts 1,129
12:01 PM 25/11/2020
You could use the equipped event from the tool

You then make atransparent brick under the player
Using the moved event from the player, you update the position of the brick so that it stays under player and you're done


[TLVK] Edge.
Joined 19/05/2020
Posts 2,266
02:56 PM 01/12/2020
Quote from Noah Cool Boy , 12:01 PM 25/11/2020
You could use the equipped event from the tool

You then make atransparent brick under the player
Using the moved event from the player, you update the position of the brick so that it stays under player and you're done
^ Good idea!

You could also add a few bricks around the player to give the "Swimming" effect.

1