Need object to follow above player please help

im making a little game and i had a "simple idea for a bow character where you click and an invisible object with no hit box moves to where you click ( which I’ve finished scripting) and the invisible arrow that always follows above the player would turn visible and move to the invisible placed marker before moving back to above the player BUT FOR SOME REASON I CANT FIND A WAY TO GET THE ARROW TO FOLLOW ABOVE THE PLAYER OR EVEN MOVE the attach doesn’t work repositioning every time the mouse isn’t clicked doesn’t work I’ve tried so so so much please help Flowlab Game Creator - New Game (the marker arrow isn’t invisible right now cuz I need to see it)

2 Likes

The attacher behavior attaches the object to the middle of the other object. If you want it to attach to the top of the player then do this:


Also, what is the purpose of this block?:
image

its just a placeholder block

1 Like

@herb
here is a system that will keep the object always above the plays head
image

1 Like

you can adjust the 32 if you want it higher or lower

I recommend using globals instead of Extractors set to Other. That way it works between levels and is just good practice

1 Like

yes sry i shouldve mentioned that

thank you sm! sry im kinda new to this so I don’t know a lot fo the basic stuff

1 Like