Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---Don't be a leech and vouch
- option = true
- a = game.Players.LocalPlayer.CurrentSaveSlot
- a.RobloxLocked = option
- a.Set.RobloxLocked = option
- print(a.Value)
- if a.RobloxLocked == true then
- print("CurrentSaveSlot RobloxLocked = true, save file won't save")
- print("Set RobloxLocked = true, save file won't save")
- else
- print("CurrentSaveSlot RobloxLocked = false, save file will save")
- print("Set RobloxLocked = false, save file will save")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement