How to make Difficulty Chart Obby on Roblox (Final Part)

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • In this roblox scripting tutorial you will learn how to make roblox difficulty chart obby in roblox studio and potentially earn some free robux. Here you will learn the basics of Roblox Studio and program in the Roblox Studio Scripting Language LUA! This is the final part of the tutorial! In this part we make a skip stage button that will let us skip a stage for 15 robux and also a DataStore System that saves our Data in our Roblox game so that we dont have to replay our game.
    RESOURCES:
    DevHub: developer.robl...
    DevForum: devforum.roblo...
    How to make Difficulty Chart Obby Tutorial Roblox studio (PART 4)
    SUBSCRIBE HERE! ➜ / @devmelonroblox
    Be sure to hit the bell to turn on notifications!
    Be sure to hit that like button!
    Watch The Full Playlist Here: • Roblox Difficulty Char...
    #roblox​​ #robloxscripting #robloxstudio
    How to make Difficulty Chart Obby Tutorial Roblox studio (PART 4)
    How to make Difficulty Chart Obby Tutorial Roblox studio (PART 4)

Комментарии • 29

  • @devmelonroblox
    @devmelonroblox  Год назад +1

    Thank you for watching! Stay tuned for more tutorials!

  • @ExtremeShadow
    @ExtremeShadow 6 месяцев назад +1

    TYSM!!! I can finally make a obby! I liked and subbed!

  • @evolution_LV4
    @evolution_LV4 19 дней назад

    also when i skip stages i land on the lobby but my current stage is 4. (
    thank you for giving attention (i really needed it for my black paint)

  • @evolution_LV4
    @evolution_LV4 19 дней назад

    also , why is my text label not showing in front of the part? (im on mac) is that a problem?
    if there is i need to know how to fix it

  • @cajdeuthegughgt
    @cajdeuthegughgt Год назад +1

    THANKS!!

  • @tyymon
    @tyymon Год назад

    tyy, do you know how to make the number get lower on the top screen or higher when teleporting? (the leaderstat value would be the highest level that you have)

  • @TryezOof
    @TryezOof 4 месяца назад

    Can someone help because it keeps on saying Username is not a valid member of ReplicatedStorage "ReplicatedStorage"

  • @asserarnaouty
    @asserarnaouty Год назад +1

    thanks but do you know how to make the number at the top of the screen change based on where you teleported as well?

  • @NinjaProductionsYT
    @NinjaProductionsYT 8 месяцев назад

    how can I make a reset button? so you can reset the datastore and go back to stage 1 if you wanted without the checkpoints saving

  • @randomfella_37
    @randomfella_37 Год назад

    I am having issues, whenever I join a test server it prints nil and says Infinite yield possible on 'Workspace.Checkpoints:WaitForChild("0")' can anyone help?

  • @ValeCGamer
    @ValeCGamer 7 месяцев назад

    i cant buy the skipstage its just error something went wrong please try again

    • @ValeCGamer
      @ValeCGamer 7 месяцев назад

      and im stuck on stage 2 if i rejoin

    • @ValeCGamer
      @ValeCGamer 7 месяцев назад

      pls respond

  • @okayclipz9684
    @okayclipz9684 Год назад +1

    I get "TpToStage:10: attempt to index nil with 'Position'" error after adding the datastore any help?

    • @devmelonroblox
      @devmelonroblox  Год назад

      Dm me on discord funic31#3708 I’ll help you out

    • @okayclipz9684
      @okayclipz9684 Год назад

      @@devmelonroblox added you user is ziv no rush add me back whenever

    • @superspeedd
      @superspeedd Год назад

      @@devmelonroblox me too i have the same problem.. also thanks for telling me that the part 4 is out

    • @themankostas
      @themankostas 7 месяцев назад

      Hey man. I see that you dmed him on discord. I have the same problem, what did he give you as a solution?

  • @themankostas
    @themankostas 7 месяцев назад

    Can anyone help me? I'm getting this error.
    Players.(my username).PlayerGui.TpToStage:9: attempt to index nil with 'Position' - Client - TpToStage:9

  • @TopGFadee
    @TopGFadee Год назад

    checkpoints dont work and skip doesnt work, and I dont have discord.
    if success then
    print(tostring(player).. "'s data has sucessfully returned")
    player.leaderstats.Stage.Value = Data
    game.ReplicatedStorage[player.Name].Value = data
    if Stage.Value == 0 then
    Stage.Value = 1
    game.ReplicatedStorage[player.Name].Value = 1
    player:LoadCharacter()
    end
    elseif errormessage then
    warn(errormessage)
    Stage.Value = 1
    end
    game.Players.PlayerRemoving:Connect(function(player)
    local success, errormessage = pcall(function()
    Data:SetAsync(player.UserId.."-Stage", player.leaderstats.Stage.Value)
    end)
    if success then
    print(tostring(player).. "''s Data has sucessfully been saved.")
    elseif errormessage then
    warn(errormessage)
    end
    end
    MarketplaceService.ProcessReceipt = function(information)
    local player = game.Players:GetPlayerByUserId(information.PlayerId)
    if information.ProductId == id then
    player.leaderstats.Stage.Value += 1
    player:LoadCharacter()
    end
    return Enum.ProductPurchaseDecision.PurchaseGranted
    end

    • @0p_Nub3zgg
      @0p_Nub3zgg 4 месяца назад

      It didnt work for me
      '

  • @cajdeuthegughgt
    @cajdeuthegughgt Год назад +1

    THANKS!!