Magnitude with HumanoidRootPart isn't working ?
Asked by
4 years ago Edited 4 years ago
The script is located in game.StarterGui
The script is a "LocalScript"
03 | local distPart = game.Workspace.distPart |
04 | local humRootPart = game.Players.LocalPlayer.Character:WaitForChild( "HumanoidRootPart" ) |
08 | if (humRootPart - distPart).magnitude < 15 then |
10 | print ( "The Player Is In Range Of The Object!" ) |
Here's the error that i'm getting : Players.ZOOP1015.PlayerGui.LocalScript:8: attempt to perform arithmetic (sub) on Instance