MADE BY INeedHelp
FEATURE:
- BUY ANYTHING ANYWHERE
- .
- DEV NOTE:
- Insert any weapon/shield/bow/pack in place of “Fire Battleaxe”, if you have enough gold for the item, you will only pay for it and unlock everything up until that point for free. Since the upgrades are marginal: Acid Sword 24dmg 130gold -> Lightning Sword 28dmg 180gold, you’re better off buying several tiers ahead of your current item, as you’ll pay several times the price of the item just unlocking the ones before it.
- .
- StarterGui.Shop.PC.Shop is the path for the names in dex, just in case it’s updated and the ones I provided are changed/added to or if you’d like to use dex instead of alt + tabbing.
GAME LINK:
VIKING SIMULATOR
SCRIPT:
local args = {
[1] = "Fire Battleaxe"
}
game:GetService("ReplicatedStorage").Shop:FireServer(unpack(args))