poo poo ahahaa id ontn need help[
1 Like
Can I know the hierarchy of the ui? If not then I say try this:
local arrow = -- path to arrow
local base = arrow.Parent
local function MoveArrowToCenter()
arrow.AnchorPoint = Vector2.new(1,0.5)
arrow.Position = UDim2.new(1,0,0,base.AbsoluteSize/2)
end
MoveArrowToCenter()
base.Changed:Connect(MoveArrowToCenter)
3 Likes
Yea there definately is a better way of doing that. Its not the best way that you’re using but if it works then good.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.