#how do you enable a gui for all players for a cutscene/text?

4 messages · Page 1 of 1 (latest)

viral copper
#
    if script.Parent.Parent.Clicks.Click.Clicks.Value >= 20 then
        game.StarterGui.FatalErrorText.Enabled = true
        game.StarterGui.FatalErrorText.Box.Text.Script.Enabled = true
        script.Parent.Parent.Clicks.Click.Clicks.Value = 20
        game.Workspace.Music.FATALERROR:Pause()
        script.Parent.MaxActivationDistance = 0
        wait(10)
        game.Workspace.Music.FATALERROR:Play()
        script.Parent.MaxActivationDistance = 32
        game.StarterGui.FatalErrorText.Enabled = false
        game.StarterGui.FatalErrorText.Box.Text.Script.Enabled = false
    end``` this is the current script
raven folio
#

use RemoteEvent

pastel rover
#

Use a remote event

#

Then RemoteEvent:FireAllClients