Error: Players.eboy.PlayerGui.ScreenGui.Frame.TextLabel.LocalScript:17: Expected '(', '{' or <string> when parsing function call, got <eof> - Studio - LocalScript:17
Im pretty new to scripting:
local TweenService = game:GetService("TweenService") local part = script.Parent local Info = TweenInfo.new( 5, Enum.EasingStyle.Sine, Enum.EasingDirection.Out, 0, false, 0 ) local Goals = { Position = Vector3.new(4.48, 0,2.22, 0); Transparency = 0.4 } local tween = TweenService:Create(part, Info, Goals) tween:Play
line 13: Use UDim2 , Vector3 is for 3D objects.