Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

?Trying to make a compass that points to an object but it wont work

Asked by 2 years ago

https://medal.tv/clips/67084596/d1337h0DedoT?invite=cr-MSxQamssMjQ5MTMwNTks

local arrow = script.Parent
local pointto = game.Workspace.part1

while wait() do
    arrow.CFrame = CFrame.new(arrow.Position, pointto.Position)
end

so this script is supposed to make the arrow of the compass point towards part1 but the tool just flings me, idek how i messed up this bad

Answer this question