Frame keeps moving to same position

The frame keeps moving to the same position, I have tried other positions. This is my code:

script.Parent.MouseButton1Click:Connect(function()

script.Parent.Parent.KickPanel.Visible = true

script.Parent.Parent.KickPanel:TweenPosition(UDim2.new(script.Parent.Parent.KickPanel.Position + UDim2.new(0, 0, 0.833, 0)))

end)

This is what’s happening:
robloxapp-20201208-1708222.wmv (333.5 KB)

You should really be using MP4 files, here is what it looks like future helpers

1 Like

You probably have the kickpanel nested in a invisible frame and are moving something else, check the position of “KickPanel when it moves in the players player gui”

It’s not in an invisible frame, and it keeps moving to {0,0},{0,0}

This is what it’s in:
thing