How do I make it so When I click a button it will Tween a text label for everyone..
And if you offer more help then, do I do
[Variable for the textlabel].Text = " "..[Variable for TextBox].Text
to make the text whatever a textbox text is?
Use a RemoteEvent's :FireAllClients() function. The clients must then take that event trigger and use the TweenPosition from the GuiObject. Hope that solves your issue. RemoteEvents are a very important thing to get into.