View Single Post
07-18-18, 05:27 AM   #4
Kenjub
A Deviate Faerie Dragon
Join Date: Jul 2018
Posts: 15
Originally Posted by d87 View Post
oh wait, you actually can set it to be userplaced, you just need it to be movable first

Code:
MainMenuBar:SetMovable(true)
MainMenuBar:SetUserPlaced(true)
MainMenuBar:ClearAllPoints()
MainMenuBar:SetPoint("CENTER", UIParent, "CENTER",0,0)
Moving it isn't an issue though, you can use my first code snippet from my first post to move it ingame via /script <insertCode> even without making it movable. The issue is keeping it in the positiong you moved it/resized it to
  Reply With Quote