I have a button with a Proximity Prompt, the button is to launch a missile (doesn’t matter that much with this context) The position is supposed to go a little deeper into the wall to simulate a pressed button and then return back, but instead it goes to the origin (0,0,0). Why is this happening and/or how can I fix this?
when using a Vector3, do not use quotation marks, as this does not specify the position and so it returns nil (I think) so remove the quotation marks.
Thank you so much, it works flawless now!
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.