Advertisement
CodingSquid

Disabled Everything on a roblox game

Jul 14th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. local startergui = game.GetService('StarterGui')
  2. startergui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement