Advertisement
Sungmingamerpro13

Backpack Tools (LocalScript)

May 27th, 2024 (edited)
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.13 KB | None | 0 0
  1. if tool.Name == "Bat" or tool.Name == "WoodenSword" or tool.Name == "Dark Sword" or tool.Name == "Demon Sword" or tool.Name == "Rainbow Sword" then
  2.         toolCircle.Stacks.Text = ""
  3.     elseif tool.Name == "ClassicSword" or tool.Name == "Crowbar" or tool.Name == "Metal Bat" or tool.Name == "DeluxeBat" or tool.Name == "PlusBat" or tool.Name == "PremiumBat" then
  4.         toolCircle.Stacks.Text = ""
  5.     elseif tool.Name == "GoldBat" or tool.Name == "RobuxBat" or tool.Name == "Spiked Club" or tool.Name == "Light Saber" or tool.Name == "Flashlight" then
  6.         toolCircle.Stacks.Text = ""
  7.     elseif tool.Name == "Plank" or tool.Name == "Wrench" or tool.Name == "Broom" or tool.Name == "Box" or tool.Name == "Wood" or tool.Name == "Log" then
  8.         toolCircle.Stacks.Text = ""
  9.     elseif tool.Name == "Ultimate Sword" or tool.Name == "GoldenSword" or tool.Name == "Mop" or tool.Name == "Cactus Sword" then
  10.         toolCircle.Stacks.Text = ""
  11.     elseif tool.Name == "Pistol" or tool.Name == "Shotgun" or tool.Name == "Rifle" or tool.Name == "SlingShot" or tool.Name == "Flame Thrower" or tool.Name == "Throwing Stars" or tool.Name == "Candle" then
  12.         toolCircle.Stacks.Text = ""
  13.     end
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement