I want restricted areas to be live, i need to sometimes delete the parts and restore them, but if its not live its just gonna return nil. Any improvements?
local Storage = {
["SpawnVehicleTimeout"]={},
}
local Settings = {
["RestrictedAreasForSpawningVehicles"] = {
function(player)return game.Workspace.Prison.PrisonDetection end,
}
}