roblox ss gui pastebin --[[ || ?? AUTHOR: @4zx16 || SS Loader ]] local PhysicalProperties = { Interface = script.Parent.Parent.Parent.SS; UI = script.Parent.Parent.UI; } local settings = { Active = true; Draggable = true; Reset_On_Spawn = false; roblox ss gui pastebin How to dowload it? roblox ss gui pastebin IgnoreGuiInset = true; Cooldown = 3; } --[[ --------------------------------------------------------------------- CHANGES TO FALSE ON SS LOAD: ---------------------------------------------------------------------- --]] PhysicalProperties.UI.Visible = false print("(??) ".. PhysicalProperties.UI.Name.." is Loading!...") roblox ss gui pastebin How to dowload it? roblox ss gui pastebin wait(settings.Cooldown) --[[ --------------------------------------------------------------------- CHANGES FRAME PROPERTIES: ---------------------------------------------------------------------- --]] PhysicalProperties.UI.Active = settings.Active PhysicalProperties.UI.Draggable = settings.Draggable --[[ --------------------------------------------------------------------- roblox ss gui pastebin How to dowload it? roblox ss gui pastebin CHANGES UI GUI PROPERTIES: ---------------------------------------------------------------------- --]] PhysicalProperties.Interface.ResetOnSpawn = settings.Reset_On_Spawn PhysicalProperties.Interface.IgnoreGuiInset = settings.IgnoreGuiInset --[[ --------------------------------------------------------------------- LOADING WAS FINISHED: ---------------------------------------------------------------------- --]] roblox ss gui pastebin How to dowload it? roblox ss gui pastebin print("(??) ".. PhysicalProperties.UI.Name.." is Loaded!...") PhysicalProperties.UI.Visible = true script:Destroy() roblox ss gui pastebin