how to make a tool shop in Roblox studio lite (subscribe)

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

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

  • @Jadebad789
    @Jadebad789 2 месяца назад +3

    I never knew studio is on mobile now.
    Impresive.

  • @Aniq_syahir
    @Aniq_syahir 2 месяца назад +5

    script.Parent.MouseButton1Click:Connect(function()
    game.ReplicatedStorage.ToolEvents.SwordEvent:FireServer()
    end)

  • @CrowXCreez
    @CrowXCreez Месяц назад +2

    Can you make a tutorial on how to have a flashlight because I’m making a horror game

  • @Aniq_syahir
    @Aniq_syahir 2 месяца назад +1

    script.Parent.MouseButton1Click:Connect(function()
    player.PlayerGui.ToolShop.Frame.Visible = true
    end)

  • @BlastyMania
    @BlastyMania 2 месяца назад +1

    Could you pls show how to make a working swing that you can sit on 🙏

  • @Gojo-sigmalol123
    @Gojo-sigmalol123 2 месяца назад +4

    How to add more the map

  • @Theducksareepik
    @Theducksareepik Месяц назад +1

    Is there any way i can add any gear i want, instead of the sword and the Laser gun?

  • @JacobYusufl
    @JacobYusufl Месяц назад +1

    local player = game.Players.LocalPlayer
    script.Parent.MouseButton1Click:Connect(function()
    player.PlayerGui.ToolShop.Frame.Visible = true
    end)local player = game.Players.LocalPlayer
    script.Parent.MouseButton1Click:Connect(function()
    player.PlayerGui.ToolShop.Frame.Visible = false
    end)script.Parent.MouseButton1Click:Connect(function()
    game.ReplicatedStorage.ToolEvents.SwordEvent:FireServer()
    end)
    game.ReplicatedStorage.ToolEvents.SwordEvent.OnServerEvent:Connect(function(player)
    if player.leaderstats.Coins.Value = 10 then
    player.leaderstats.Coins.Value = player.leaderstats.Coins.Value - 10 game.ServerStorage.Tools.sword:Clone().Parent = player.Backpack
    end
    end)

  • @artemesis.
    @artemesis. 2 месяца назад +1

    How do i make instead a coin it will be kills? For example if a player gets 10 kills he can by an aura and that aura will permanently show in the player

  • @Uhhhhhhhhhhhhh-12
    @Uhhhhhhhhhhhhh-12 2 месяца назад +1

    it why not wroking i copy all now it copy name tool and toolevent
    Why is not wrok? :(

  • @NadiaAsif-t4g
    @NadiaAsif-t4g 2 месяца назад +1

    I want it that we need to buy it with robux

  • @Killy321tt_gamerz-zg1cg
    @Killy321tt_gamerz-zg1cg Месяц назад +1

    Bruh how did you turn the textbotton blue

  • @Killy321tt_gamerz-zg1cg
    @Killy321tt_gamerz-zg1cg Месяц назад +1

    Bruh to fast

  • @HAMPLAYS-123
    @HAMPLAYS-123 3 дня назад +1

    It doesn’t work

  • @ManuQ1here
    @ManuQ1here Месяц назад +1

    can you do it for me instead for 200 robux?

  • @MiguelNetto-m2g
    @MiguelNetto-m2g Месяц назад +1

    Fake

  • @KanZ-n3r
    @KanZ-n3r Месяц назад +1

    not work

  • @Aniq_syahir
    @Aniq_syahir 2 месяца назад +1

    7

  • @user-lorenz_88
    @user-lorenz_88 2 месяца назад +2

    This does not work it's fake guys

    • @Afragile-yj2vn
      @Afragile-yj2vn  2 месяца назад +2

      game.ReplicatedStorage.ToolEvents.SwordEvent.OnServerEvent:Connect(function(player)
      if player.leaderstats.Coins.Value >=10 then ---- add >= 10
      player.leaderstats.Coins.Value = player.leaderstats.Coins.Value - 10 game.ServerStorage.Tools.sword:Clone().Parent = player.Backpack
      end
      end)
      Sorry bro add >= 10 :(

    • @Rip_deltodealYt
      @Rip_deltodealYt 2 месяца назад +2

      Just memories it work

    • @Rip_deltodealYt
      @Rip_deltodealYt 2 месяца назад

      @@Afragile-yj2vn can you do get ban hammer I'm subscriber

    • @MayRamos-x1t
      @MayRamos-x1t 2 месяца назад +1

      ​@@Afragile-yj2vncan you do a flying magic carpet..!!

    • @Ayden-z7w
      @Ayden-z7w 2 месяца назад +2

      It works Dummy

  • @IcyFlows-h9c
    @IcyFlows-h9c 19 дней назад +1

    Settings with Music Toggle
    body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: #f4f4f4;
    }
    .settings-container {

  • @Afragile-yj2vn
    @Afragile-yj2vn  2 месяца назад +1

    game.ReplicatedStorage.ToolEvents.SwordEvent.OnServerEvent:Connect(function(player)
    if player.leaderstats.Coins.Value >=10 then
    player.leaderstats.Coins.Value = player.leaderstats.Coins.Value - 10 game.ServerStorage.Tools.sword:Clone().Parent = player.Backpack
    end
    end)
    So sorry y'all you gotta add
    >= 10 >:D