For some reason, my gui keeps going to the wrong position even though it should be correct.
Script:
local PlayFrame = script.Parent.Parent.Parent.PlayFrame
local CreateFrame = script.Parent.Parent.Parent.FrameOutline.CreateFrame
local FrameOutline = script.Parent.Parent.Parent.FrameOutline
okay so i just noticed that the photo where the photo is taken is from a mobile…? does this problem also happen on pc? when does the gui go to the top right? (my best guess it goes right because the position was set to 0,0,0,0) i think it is being set to 0,0,0,0 becuase of the this code line;
did you change that line to what @JackscarIitt suggested;
since the position x and y of the offset does not allow any decimal numbers. my best guess since your putting decimals in the offsets position it automatically sets it to 0,0,0,0
Can you change Enum.EasingStyle.Quint to Enum.EasingStyle.Linear ? I remember there being an issue with Gui:TweenPosition where the object would be moved to position 0,0 when using EasingStyles that were not Linear.