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

I can't tween frame. What should I do? Error: 01:48:05.748 - Can only tween objects in the workspace

Asked by
Diltz_3 75
5 years ago

I'm trying to tween Frame but I'm getting error

01:48:05.748 - Can only tween objects in the workspace

But early that's works

Code:

local getCloneMsg = MsgTemplate:Clone()
getCloneMsg.Name = "Message Clone"
getCloneMsg:TweenPosition(UDim2.new(0.5,0,0.5,0),"Out","Quint",0.75,true)
1
set the parent first Vulkarin 581 — 5y
0
Um... this is part of full code. MsgTemplate this is Frame Diltz_3 75 — 5y

Answer this question