Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

So i want my frame to tween over but now it wont work. How do i fix?

Asked by
Plieax 66
6 years ago
local player = game.Players.LocalPlayer
local introgui = player.PlayerGui:WaitForChild ("IntroGui")
local frame = introgui.Frame

introgui.Enabled = true
introgui.Frame:TweenPosition(UDim2.new(0,0,0),"In","Linear","10")

0
nvm i know why Plieax 66 — 6y
0
then remove the question Zafirua 1348 — 6y
0
introgui.Frame:TweenPosition(UDim2.new(0,0,0),"In","Linear",10, false) end position, direction, style, time, interupt/override hellmatic 1523 — 6y

Answer this question