I want to reset checkpoints but i dont know how to do it

You may use this;

local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

local value = plr:WaitForChild("leaderstats").Stage.Value

player.CharacterAdded:Connect(function()
    if value == 0 then
        hrp.CFrame = game.Workspace.Part.CFrame + Vector3.new(0, 3, 0)
    else
        print("Couldn't teleport" .. player.Name)
    end
end)

If this code can solve the spawning problem i can use but i dont think its solve the problem

I rarely see turkish developers you know all of the turkish community age around 12 11 they dont want to make games because coding hard building hard and they dont make any games. But i think 2 or 3 years later we can see a lot of turkihs developers on roblox. Btw im turkish too.

1 Like

I see. I’m Turkish too and I know the situation. I know we don’t have enough Turkish developers since they don’t tend to code or build something. On the other hand, they don’t have much English to speak, even WRITE. Never mind. As you progress developing your game, you get famous as well as you add features into your game, which are attracting people to play your game, for instance me -I guess. There is something that I will say, best wishes to develop your game and monetize it!

1 Like

Thats a great speech man, i hope you achieve your dream <3

1 Like