i need somheting that returns the distance (in pixel i hope) between the bot and the x and y (or a player)
Forum
Scripts
distance between bot
distance between bot
1 reply
1

i need somheting that returns the distance (in pixel i hope) between the bot and the x and y (or a player)
1
math.sqrt((bot_x - player_x)^2 + (bot_y - player_y)^2)
1

Offline