CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 11:00:47 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=16493e44655e9d4ed8bcd18a632b4b4403680d6fc34c0880ee9acca9a393c10ba%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22HgZOuuQKbZpHkMIHGOXsuf-j95mEjr6_%22%3B%7D; HttpOnly; Path=/
cf-ray: 98de55d51e8b7fa8-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
-
π MAKE $2500 IN 15 MIN β
Working
JavaScript | 1 sec ago | 0.24 KB
-
π Instant BTC Profit Method β
Working E
JavaScript | 3 sec ago | 0.25 KB
-
β‘ Crypto Swap Glitch β
Working β‘
JavaScript | 10 sec ago | 0.24 KB
-
β
Make $2500 in 20 minutesβ X
JavaScript | 11 sec ago | 0.25 KB
-
π Swapzone +37% glitch β 5
JavaScript | 19 sec ago | 0.25 KB
-
π‘ Instant BTC Profit Method β
Working
JavaScript | 19 sec ago | 0.24 KB
-
β
β Make huge profits on trading ββ T
JavaScript | 27 sec ago | 0.25 KB
-
β
Marketplace Glitch β
Working NEVER SEEN BE...
JavaScript | 35 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