📌  相关文章
📜  如何找到一个对象与另一个 roblox 的距离 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:11.887000             🧑  作者: Mango

代码示例1
local thing = game.Part1.Position
local target = game.Part2.Position
local distance = (target - thing).Magnitude