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

how do i make a wasd menu

NineOfGaming

Active member
Overlord
Joined
Jul 12, 2021
Messages
51
Reaction score
5
how do i make a menu that you can control with wasd
like with hologram floating text thingy
ik with the ride entity and get vector and stuff but it doesnt work and idk what part of my code it is
it may be the if var player vector = vector
yes its that but im confused why its exactly the same vector it tells me in game but it doesnt do anything in the if var
 

Attachments

  • 2021-11-11_21.53.52.png
    2021-11-11_21.53.52.png
    42.9 KB · Views: 3
  • 2021-11-11_21.53.56.png
    2021-11-11_21.53.56.png
    31.3 KB · Views: 3
  • 2021-11-11_21.56.58.png
    2021-11-11_21.56.58.png
    34.7 KB · Views: 3

bumpy

Forum adept
Overlord
Joined
Oct 6, 2020
Messages
113
Reaction score
35
vectors are rounded to two decimals places when displayed as text

if you need further help, RB (as I'm not a fan of spoon-feeding answers off the bat)
 

NineOfGaming

Active member
Overlord
Joined
Jul 12, 2021
Messages
51
Reaction score
5
i just found a good way i split the vector into x y and z and then just use the one i want and compare it to a number
 
Solution
Top Bottom