#When the user presses play, how do you destroy the StarterGui?

7 messages · Page 1 of 1 (latest)

north island
#

I looked for videos, no luck. I looked at devforum, told me nothing lmao

#

now im resorting to discord

lime plank
#

First of all i would recommend a local script for all gui related scripting

north island
#

ok

lime plank
#

For the script i would disable the screenGui

#

so it could be like

script.Parent.MouseButton1Click:Connect(function()
    script.Parent.Parent.Enabled = false
end)```