of     1   

Distortional
#140015843Friday, July 11, 2014 8:16 PM GMT

Did I put an error in this script? Team = script.Parent.Parent.Team function Clicked() script.Sound:Play() Team:TweenPosition(UDim2.new(0, -400, 0, 100), "Out", "Quad", .25) wait(.25) Team.Visible = false end Team.MouseButton1Down:connect(Clicked)
Distortional
#140016659Friday, July 11, 2014 8:25 PM GMT

bump
badfitz99
#140016865Friday, July 11, 2014 8:27 PM GMT

No, sadly ROBLOX has apparently broke tweening serverside. Put it in a local script.
Distortional
#140021953Friday, July 11, 2014 9:20 PM GMT

Well that sucks. I'll try a local. Thanks.

    of     1