#Control floating mobs
1 messages · Page 1 of 1 (latest)
I’m trying to write a script that will allow me to ride a bat and control its movement
input keys
[31mmake[0m [34mthe player[36m ride [33ma saddled pig[0m
[31mmake[0m [34mthe attacker[36m ride [33mthe victim[0m[0m
this doesn't allow you to control the animal though
it may be difficult to do, but you can check the held input keys and have it apply velocity along the vector of the player's looking direction
i have some code for an old project that does that but you can't stop, it's constant movement but you can turn
my code is for a dolphin but it will work with any entity, lemme find it