댓글
Łódzkie, Polandginggengun11 months ago

Sorry guys i made a mistake he acutally likes them under 1 month

eth_star, 7B6L, 그리고 PROGUM1234 이것을 좋아함
Łódzkie, Polandginggengun11 months ago

eth_star, Cer0 그리고 5 기타 이것을 좋아함
Łódzkie, Polandginggengun11 months ago

vro send his ass to minors ❌❌

eth_star, Cer0 그리고 3 기타 이것을 좋아함
Łódzkie, Polandginggengun11 months ago

porngum

스레드: ROBLOX: Isle 9
Łódzkie, Polandginggengun11 months ago

Denied

Łódzkie, Polandginggengun11 months ago

Denied

wondrousmilk 이것을 좋아함
스레드: ROBLOX: Isle 9
Łódzkie, Polandginggengun1 year ago

-- DataStoreService to handle data saving/loading

local DataStoreService = game:GetService("DataStoreService")

local playerData = DataStoreService:GetDataStore("PlayerData")

-- Function to handle player joining

game.Players.PlayerAdded:Connect(function(player)

-- Create a leaderstats folder to hold player data

local leaderstats = Instance.new("Folder")

leaderstats.Name = "leaderstats"

leaderstats.Parent = player



-- Create a currency value to hold player's coins

local coins = Instance.new("IntValue")

coins.Name = "Coins"

coins.Parent = leaderstats



-- Load player data from DataStore

local success, data = pcall(function()

    return playerData:GetAsync(player.UserId)

end)



-- Check if data was successfully retrieved

if success and data then

    coins.Value = data.Coins or 0

else

    -- Default value if no data is found or retrieval failed

    coins.Value = 0

end

end)

-- Function to handle player leaving

game.Players.PlayerRemoving:Connect(function(player)

-- Get the player's data to save

local leaderstats = player:FindFirstChild("leaderstats")

if leaderstats then

    local coins = leaderstats:FindFirstChild("Coins")

    if coins then

        -- Save player data to DataStore

        local success, err = pcall(function()

            playerData:SetAsync(player.UserId, {

                Coins = coins.Value

            })

        end)

        -- Error handling

        if not success then

            warn("Failed to save data for player " .. player.Name .. ": " .. err)

        end

    end

end

end)

-- Function to periodically save data for all players

while true do

wait(60) -- Save data every 1 minute

for _, player in pairs(game.Players:GetPlayers()) do

    -- Get the player's data to save

    local leaderstats = player:FindFirstChild("leaderstats")

    if leaderstats then

        local coins = leaderstats:FindFirstChild("Coins")

        if coins then

            -- Save player data to DataStore

            local success, err = pcall(function()

                playerData:SetAsync(player.UserId, {

                    Coins = coins.Value

                })

            end)

            -- Error handling

            if not success then

                warn("Failed to save data for player " .. player.Name .. ": " .. err)

            end

        end

    end

end

end

Łódzkie, Polandginggengun1 year ago

for some reason it got age restricted

Łódzkie, Polandginggengun1 year ago

dildo

PROGUM1234 이것을 좋아함
스레드: ROBLOX: Isle 9
Łódzkie, Polandginggengun1 year ago

learn how to get squid with drink and fish

and learn to squid drop

and most importantly be lucky

Łódzkie, Polandginggengun1 year ago

ping pong

PROGUM1234 이것을 좋아함
스레드: ROBLOX: Isle 9
Łódzkie, Polandginggengun1 year ago

snort colombian cocaine to go faster

Manfacesmile2 그리고 skorostt 이것을 좋아함
Łódzkie, Polandginggengun1 year ago
이 댓글은 삭제되었습니다
Łódzkie, Polandginggengun1 year ago

i sold it

알 수 없음
Łódzkie, Polandginggengun1 year ago

found u on discord hehe

ginggengun에 대해서
I shave my legs and sell feet pics
가입 날짜
1 year ago
온라인
4 days ago
런들
8
플레이한 게임
ROBLOX: Isle 9
ROBLOX: Isle 9
최근 플레이 1 year ago
8
런들
팔로우한 게임
ROBLOX: Isle 9
ROBLOX: Isle 9
최근 방문 7 days ago
171
방문