• Hey! Register here to create your account, engage with the community, and talk about what is new!

how to make player ride arrow??

FireVex

New member
Overlord
Joined
Jun 16, 2023
Messages
7
Reaction score
0
i want to do something like ride-bow... so you shoot arrow with this bow and you ride this arrow...
 

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,255
Reaction score
352
sorry for late answer, didn't see your post 😭

so what will you need to do is, on Player Shoot Bow Event:
1687077517902.png
Place a Control: Wait to wait for the arrow to spawn before attempting to ride it then

You make the player ride the projectile using:
1687077583876.png

The UUID of the entity will be a Game Value
You can grab one from the Values iron ingot (should be a Nametag), right click it, go to Informational Values (Nametag), and select UUID (ENCHANTED Nametag), then shift-right click with the Game Value while looking at air and change its Target to Projectile, this will make it so the game value returns the Arrow's UUID, you can then put the game value in the Ride Entity chest and you should be good to go
 
Last edited:

FireVex

New member
Overlord
Joined
Jun 16, 2023
Messages
7
Reaction score
0
sorry for late answer, didn't see your post 😭

so what will you need to do is, on Player Shoot Bow Event:
View attachment 2320

You make the player ride the projectile using:
View attachment 2321

The UUID of the entity will be a Game Value
You can grab one from the Values iron ingot (should be a Nametag), right click it, go to Informational Values (Nametag), and select UUID (ENCHANTED Nametag), then shift-right click with the Game Value while looking at air and change its Target to Projectile, this will make it so the game value returns the Arrow's UUID, you can then put the game value in the Ride Entity chest and you should be good to go
it makes sense but for some reason don't work.. any ideas?
(oh and like totaly diffrent topic: im a overlord why this webside it don't show this? )
 

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,255
Reaction score
352
Top Bottom