#value is somehow keeping value of previous value?? idk man

7 messages · Page 1 of 1 (latest)

gaunt gyro
#

Yeah, you forgot to put end at the end of your function

tidal locustBOT
#

studio** You are now Level 7! **studio

gaunt gyro
#
bakuData.EquipButton.MouseButton1Click:Connect(function()        
    if bakuData.EquipButton.MouseButton1Click and #equipped < 3 then
        local equippedCell = newCell:Clone()

        newCell:Destroy()
        equippedCell.SelectedText:Destroy()
        equippedCell.Image = ""
        equippedCell.Parent = game.Players.LocalPlayer.PlayerGui.bakuInvUI.mainFrame.bakuData.equippedBakugan
        table.insert(equipped, equippedCell.Name)
        print("Hello world!")
    end
end)
next terrace
#

theres more under it but its just adding to a variable under the player

#

idk this is not easy to awnser so i dont expect anyone to