|
| 30 Aug 2014 02:10 PM |
player = script.Parent.Parent.Parent.Parent
function TextOpen() text = player.PlayerGui.Game.Text text.Text = "test" text.Visible = true end
game.Workspace.Model.TableTop.Touched:connect(TextOpen) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
fret13103
|
  |
| Joined: 15 Mar 2010 |
| Total Posts: 881 |
|
|
| 30 Aug 2014 02:58 PM |
text = player.PlayerGui.Game.Text
function TextOpen(hit) if hit and Hit.Parent.Humanoid then text.Text = "test" text.Visible = true end
game.Workspace.Model.TableTop.Touched:connect(hit) |
|
|
| Report Abuse |
|
|
|
| 30 Aug 2014 03:02 PM |
| im never getting this script done. |
|
|
| Report Abuse |
|
|