Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 15 lis 2021 · Put this in a local script: local part = --your part here. local distanceInStuds = "Character not yet loaded". local waitTime = 0.5 -- set this to the delay time between each time you check the distance. while task.wait(waitTime) do.

  2. 21 paź 2020 · I want to get the exact distance between two points to spwan a rope with exactly that Length; What is the issue? Include screenshots / videos if possible!

  3. 16 gru 2023 · The distance between 2 parts can be calculated like this: local distance = (part1.Position - part2.Position).Magnitude

  4. 1 maj 2020 · As a new ROBLOX developer, it is currently hard to measure the distances between objects if, for say, you want to align another object between them. If this issue were addressed by the addition of a new “Ruler” tool, it…

  5. 23 maj 2021 · Hi, I am trying to code a way to find out when a player is within a certain distance to a moving NPC so I can do something, I am also trying to show the distance on the NPC visibly by having a circle on the floor around…

  6. 6 sie 2019 · You can do this easily with raycasting. First, create a ray with the origin position set as the parts position and the direction set downwards: local MaxDistance = 10 --Maximun distance the ray can go. local Part = workspace.Part --Your part from where you want to raycast.

  7. 24 lis 2019 · Getting the points for the minimum distance between two parts. ForeverHD (Ben) November 24, 2019, 5:05pm #2. Sircfenner has answerd this here: Finding the closest Vector3 point on a part from the character - #3 by sircfenner. Using his solution, you can do:

  1. Ludzie szukają również