katman65
|
  |
| Joined: 23 Jun 2010 |
| Total Posts: 1691 |
|
|
| 13 Sep 2015 02:17 PM |
local player = game.Players.LocalPlayer
script.Parent.start.MouseButton1Down:connect(function(plr) player.Character.Torso.CFrame = CFrame.new(12, 3, 11) end)
script.Parent.new.MouseButton1Down:connect(function(plr) player:LoadCharacter() end)
this is the script, and i use it to when the person clicks the button it teleports them to spawn. how can i make it so the gui disappears now...?
that moment all u wanna do is eat chips & relax all day |
|
|
| Report Abuse |
|
|
| 13 Sep 2015 02:18 PM |
| script.Parent.GUIYOUWANTGONE.Visible = false |
|
|
| Report Abuse |
|