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. |