CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 07:48:03 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=7ae117eabef0b96f6786a00c0959e783469ed674f521ea68a5a2d596c7ef4c72a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22YD96eG6ApPRICMyvfYdyIrtg_UmPOh96%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d4fe1eecab9dfa-BLR
UnusedContentDataStore - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local TeleportService = game:GetService("TeleportService")
- local UnusedContentDataStore = game:GetService("DataStoreService"):GetDataStore("UnusedContent")
- game.Players.PlayerAdded:Connect(function(player)
- local previousData = UnusedContentDataStore:GetAsync(player.UserId)
- local UnusedContent
- if UnusedContent ~= nil then
- UnusedContent = previousData
- else
- UnusedContent = script.UnusedContent.Value
- UnusedContentDataStore:SetAsync(player.UserId, UnusedContent)
- end
- local UnusedContentValue = Instance.new("StringValue", player)
- UnusedContentValue.Name = "UnusedContent"
- UnusedContentValue.Value = UnusedContent
- player.UnusedContent.Value = "On"
- if player.UnusedContent.Value == "On" then
- player.PlayerGui:WaitForChild("DeathScreen").Early_DeathScreen.Disabled = false
- player.PlayerGui:WaitForChild("DeathScreen").Final_DeathScreen.Disabled = true
- player.PlayerGui:WaitForChild("DeathScreen").DeathFrame.DiedFrame.Lives.Visible = true
- else
- player.PlayerGui:WaitForChild("DeathScreen").Early_DeathScreen.Disabled = true
- player.PlayerGui:WaitForChild("DeathScreen").Final_DeathScreen.Disabled = false
- player.PlayerGui:WaitForChild("DeathScreen").DeathFrame.DiedFrame.Lives.Visible = false
- end
- end)
- game:BindToClose(function()
- print("STOPPED!")
- for i,player in pairs(game.Players:GetPlayers()) do
- local value = player.UnusedContent.Value
- UnusedContentDataStore:SetAsync(player.UserId, value)
- print("Saved data for "..player.Name)
- end
- end)
- game.Players.PlayerRemoving:Connect(function(player)
- local value = player.UnusedContent.Value
- if value ~= nil then
- print("Found data to save for "..player.Name.."!")
- UnusedContentDataStore:SetAsync(player.UserId, value)
- print("Saved data for "..player.Name)
- else
- print("Did not manage to find data to save for "..player.Name.."!")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Profit Method⭐⭐
Java | 2 sec ago | 0.10 KB
-
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 14 sec ago | 0.10 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 25 sec ago | 0.10 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 36 sec ago | 0.10 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐
Java | 47 sec ago | 0.10 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 59 sec ago | 0.10 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 1 min ago | 0.10 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 1 min ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand