How to make slap battles on studio lite / Part 2

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

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

  • @TiahhTheRightBoom
    @TiahhTheRightBoom 4 дня назад

    Great! Thanks For helping me making slap battle fan game

  • @noob4865mReal
    @noob4865mReal  4 дня назад +2

    - click script -
    script.Parent.MouseClick:Connect(function(player)
    local slaps = player.leaderstats.Slaps
    local equipped = player.Equipped
    local Glove = player.leaderstats.Glove
    local GloveValue = "YourGloveName"
    if slaps.Value >= 0 then
    equipped.Value = 1
    Glove.Value = GloveValue
    wait(1.5)
    else
    wait(1.5)
    end
    end)

  • @UMNIMI7
    @UMNIMI7 3 дня назад

    video suggestion: make a data save in slap or gamepass glove please

  • @UMNIMI7
    @UMNIMI7 4 дня назад +1

    The portal script is giving an error, help me, I did everything directly on the portal but it is giving an error

  • @AlexDuzStuff
    @AlexDuzStuff 4 дня назад

    Why didn’t you just use the podium mesh

  • @حسامالمياحي-ح9ل
    @حسامالمياحي-ح9ل 4 дня назад

    Now add a admin Ui and a ban ui tutorial pleasee

  • @noob4865mReal
    @noob4865mReal  3 дня назад

    Here fixed glove if you got ( expected near with ?
    script.Parent.Touched:Connect(function(hit)
    if hit.Parent:FindFirstChild("Humanoid") then
    script.Disabled = true
    local player = game.Players:GetPlayerFromCharacter(hit.Parent)
    local equipped = player.Equipped
    local spawns = game.Workspace.Spawns
    local randSpawn = math.random(1, #spawns:GetChildren())
    local TeleSpawn = spawns:FindFirstChild(randSpawn)
    if TeleSpawn then
    local TelePos = TeleSpawn.Position
    hit.Parent:moveTo(TelePos)
    local HandsFold = game:GetService("ServerStorage").Hands
    for i,v in pairs(HandsFold:GetChildren()) do
    local Hand = v:FindFirstChild(equipped.Value)
    if Hand then
    Hand = Hand.Parent
    local ClonedHand = Hand:Clone()
    ClonedHand.Parent = player.Backpack
    end
    end
    wait(0.25)
    script.Disabled = false
    else
    wait(0.25)
    script.Disabled = false
    return
    end
    end
    end)

  • @Ismaia_GamerOFICIAL
    @Ismaia_GamerOFICIAL 4 дня назад

    How to make solo chair?

  • @TherealReldi
    @TherealReldi 3 дня назад

    Bro the portal script has a error can y check and fix it plssss ❤

  • @AferditaBidollari
    @AferditaBidollari 4 дня назад

    In portal scipt it says Workspace.YourSelf.Script 7:')'expected near ?

  • @StudioLiteTutorial
    @StudioLiteTutorial 4 дня назад +1

    Next tutorial make equip system

  • @TherealReldi
    @TherealReldi 4 дня назад

    Tysm

  • @LB_Tutorials
    @LB_Tutorials 3 дня назад

    Longest tutorial