Unable to Cast String to Token?

so I am having this issue of where The Cast String is Unable to be cast as a Token

for more info here is the output of the error

14:03:23.095 - Unable to cast string to token
14:03:23.097 - Stack Begin
14:03:23.099 - Script 'Players.FerbZides.PlayerScripts.Aero.Controllers.UIController', Line 52
14:03:23.101 - Stack End

And here is the code

MainMenu:TweenPosition(UDim2.new(0, 0, 5, 0), "Quad", "Out", false)

That is because you swapped your parameters around.
Easing Direction before Easing Style

3 Likes