chandreeeee

Boxing Simulator 2 Unlock All Skins Script

Apr 9th, 2018
2,916
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1. local Kagume = {"Wanwood", "Black Iron", "Rainbow", "Adurite", "Wamen", "Trump", "Spongebob", "Cartoon", "Doge", "White", "Pizza", "Donut", "Desert Camo", "Waffle", "Snow Camo", "Gold", "Bluesteel", "Dirt", "Bape Pink", "Pink", "Blue", "Grass", "Bape Blue", "Green", "Bape"}
  2. local Skin = game.Players.LocalPlayer.PlayerGui.WepBuyer.Frame.Bar.KagName:FindFirstChild("Kagune")
  3. for i,v in pairs(Kagume) do
  4.    Skin.Value = v
  5.    game.ReplicatedStorage.Remotes.SetMagic1:FireServer(Skin.Value, workspace.Baseplate2.Texture.Value.Value)
  6.    print(Skin.Value)
  7. end
Add Comment
Please, Sign In to add comment