How can i get the part edges, example:
the white edge is i want to get
What data are you actually looking for and what do you plan to use it for? Your question is too vague to answer right now
i want to use it to make a prodecular parkour sistem, i just want to get the edges and not the vertices
So if I gave you a function called GetEdge(part, …)
, what would the other inputs (the …
part) be, and what exactly would you expect it to return?
al the part edges, a loop for all, then check if the player is close to one
i want to make a part in every edge
or something like, that has perfomance
just ignore i will do it myself
i do it myself and worked lol!