GUI keeps going to the upper right corner?
Not Sure how But... The GUI keeps going to the left upper corner which is a bit odd...
I've tried countless times and spend hours trying to figure out the problem.. I would really appreciate it to whoever helps me...
Heres the script
01 | script.Parent.ClickDetector.MouseClick:Connect( function (plr) |
03 | local tweenservice = game:GetService( "TweenService" ) |
04 | local tweeninf = TweenInfo.new( |
06 | Enum.EasingDirection.Out, |
13 | Position = UDim 2. new( { - 1.947 , 0 } , { - 1.305 , 0 } ); |
14 | Size = UDim 2. new( { 4.893 , 0 } , { 3.608 , 0 } ) |
18 | local tween = tweenservice:Create(plr.PlayerGui.ScreenGui.Cutscene,tweeninf,partprob ) |
23 | plr.Character.Torso.CFrame = CFrame.new(- 939.591 , 14.465 , 6.529 ) |
Here's a gif of what happens...
https://gyazo.com/91c7f65dac47e96074d6d0ab55ce1fd7
Thank you.