of     1   

Eventive
#208278402Thursday, January 26, 2017 5:04 PM GMT

Here's the error in the output, I dunno how to fix :P 12:03:43.367 - Players.Player1.PlayerGui.Animations.Frame.Zombie.LocalScript:6: attempt to call a userdata value Here is script local button = script.Parent local frame = script.Parent.Frame button.MouseButton1Down:connect(function() frame.Visible = true frame:TweenPosition(UDim2.new(0, 0,0, 0) "In", "Quad" , .6) end) ATR'er since 2013.
ScriptBased
#208278483Thursday, January 26, 2017 5:07 PM GMT

maybe local button = script.Parent.Button?
Eventive
#208278566Thursday, January 26, 2017 5:10 PM GMT

Zombie is the name of the textbutton, ATR'er since 2013.
Eventive
#208278683Thursday, January 26, 2017 5:14 PM GMT

Zombie is the name of textbutton, the script is inside Zombie. The frame is also inside zombie. ATR'er since 2013.
Happywalker
#208279682Thursday, January 26, 2017 5:43 PM GMT

frame:TweenPosition(UDim2.new(0, 0,0, 0) "In", "Quad" , .6) I think you forgot a comma

    of     1