How do i move a frame a little up while it's in a UIListLayout?

  1. What do you want to achieve? So I’m doing a tower defense game, i was doing a system where if player clicks the button then it will move up a little until player places tower or cancels the placement.
  2. What is the issue? I realized i can’t move it a little up or down because it’s in a UIListLayout, if this is not possible then what i can do?

image

  1. What solutions have you tried so far? I can try to remove the UIListLayout but I’ll have to modify many things in my script, i prefer the basic way
local buttonPosUpwards = createTween(button, tweenInfoIn, {Position = UDim2.new()})
local buttonPosDownwards = createTween(button, tweenInfoIn, {Position = UDim2.new()})

IF THIS IS WRONG CATEGORY TELL ME