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