Answers for "how to find how far away an object is from another roblox"

1

how to find how far away an object is from another roblox

local thing = game.Part1.Position
local target = game.Part2.Position
local distance = (target - thing).Magnitude
Posted by: Guest on October-13-2021

Code answers related to "how to find how far away an object is from another roblox"

Browse Popular Code Answers by Language