Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Respawn with no GUI?

Asked by
Bman8765 270 Moderation Voter
10 years ago

How to I make it so when a player re-spawns they do not see the start gui. Here is the script:

01Start = script.Parent.StartButton
02CourseSelect = script.Parent.CourseSelect
03target = game.Workspace.Cam
04camera = workspace.CurrentCamera
05camera.CameraType = Enum.CameraType.Scriptable
06camera.CameraSubject = target
07angle = 0
08go = 0
09CourseSelect.Visible = false
10Num = 0
11Course1 = script.Parent.CourseSelect.Course1
12Course2 = script.Parent.CourseSelect.Course2
13Course3 = script.Parent.CourseSelect.Course3
14Start.Visible = true
15Course1.Visible = false
View all 53 lines...

1 answer

Log in to vote
0
Answered by 10 years ago

Its because its in your startergui,I think you need a local script for it to remove it You need to put it in the PlayerGui when players join they can get a Playergui

0
It is a local script but it is in startergui, where should I move it then? Bman8765 270 — 10y
0
Try inserting the GUI into the players. Adryin 120 — 10y
0
Yeah Ex_plore 62 — 10y
Ad

Answer this question