View Single Post
12-17-21, 01:08 PM   #5
DahkCeles
A Cliff Giant
 
DahkCeles's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2020
Posts: 73
Just call SetPoint().

Lua Code:
  1. StaticPopup1:ClearAllPoints()
  2. StaticPopup1:SetPoint("TOP", 0, -135) -- this is the current location.
  Reply With Quote