CARVIEW |
Select Language
HTTP/2 200
date: Wed, 15 Oct 2025 19:34:01 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=c4297db7df499052cb6bd57678c890db0d01de0e4c09912943bc69487250d0d7a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22fxjArBagv1j1wTwsh2I1PnqrR0MxNfop%22%3B%7D; HttpOnly; Path=/
cf-ray: 98f1c0628a70f473-BLR
Titles (Story Game) - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local TeleportService = game:GetService("TeleportService")
- local SaveTitles = game:GetService("DataStoreService"):GetDataStore("Title")
- game.Players.PlayerAdded:Connect(function(player)
- local PreviousData = SaveTitles:GetAsync(player.UserId)
- local Title
- if PreviousData ~= nil then
- Title = PreviousData
- else
- Title = script.Title.Value --- StringValue
- SaveTitles:SetAsync(player.UserId, Title)
- end
- local RoleValue = Instance.new("StringValue", player)
- RoleValue.Name = "Title"
- RoleValue.Value = Title
- player:WaitForChild("Title").Changed:Connect(function(Value)
- player.Title.Value = Value
- end)
- end)
- game:BindToClose(function()
- for i,player in pairs(game.Players:GetPlayers()) do
- local value = player.Title.Value
- SaveTitles:SetAsync(player.UserId, value)
- print("Saved data for "..player.Name)
- end
- end)
- game.Players.PlayerRemoving:Connect(function(player)
- local value = player.Title.Value
- if value ~= nil then
- print("Found data to save for "..player.Name.."!")
- SaveTitles: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
-
📌 Swapzone +37% glitch ⭐ A
JavaScript | 3 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 4 sec ago | 0.15 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 8 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 10 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 14 sec ago | 0.15 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 19 sec ago | 0.24 KB
-
✅ Marketplace Glitch ✅ Working NEVER SEEN BE...
JavaScript | 19 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 27 sec ago | 0.25 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