There is already a towers shop module, so I assume I could just merge them into 1?
local towerShop = {
["Rookie"] = {
["Name"] = "Rookie",
["ImageAsset"] = "rbxassetid://11399177361",
["Price"] = 0,
["Description"] = "He's literally a rookie. WIP"
},
["Assailant"] = {
["Name"] = "Assailant",
["ImageAsset"] = "rbxassetid://11399262866",
["Price"] = 350,
["Description"] = "For his neutral special, he wields a gun. WIP"
},
["Deputy"] = {
["Name"] = "Deputy",
["ImageAsset"] = "rbxassetid://11399256352",
["Price"] = 450,
["Description"] = "tower thats going to get removed lol. WIP"
},
["Dealer"] = {
["Name"] = "Dealer",
["ImageAsset"] = "rbxassetid://11399250886",
["Price"] = 650,
["Description"] = "this tower does not fit the theme, may get removed lol. WIP"
},
["Nerd"] = {
["Name"] = "Nerd",
["ImageAsset"] = "rbxassetid://11399205918",
["Price"] = 850,
["Description"] = "this tower was a bad idea, i have better plans for it lol. WIP"
},
["Accountant"] = {
["Name"] = "Accountant",
["ImageAsset"] = "rbxassetid://11434413723",
["Price"] = 900,
["Description"] = "He's literally a money making machine. WIP"
},
["Bloxxer"] = {
["Name"] = "Bloxxer",
["ImageAsset"] = "rbxassetid://11808754085",
["Price"] = 1250,
["Description"] = "He's literally getting revamped. WIP"
},
["Sniper"] = {
["Name"] = "Sniper",
["ImageAsset"] = "rbxassetid://11401684007",
["Price"] = 1300,
["Description"] = "haha hes also getting revamped because he needs it. WIP"
},
["Back-Up"] = {
["Name"] = "Back-Up",
["ImageAsset"] = "rbxassetid://11399215569",
["Price"] = 1500,
["Description"] = "He recently robbed a bank and managed to get here. How?! WIP"
},
["Doctor"] = {
["Name"] = "Doctor",
["ImageAsset"] = "rbxassetid://11423153518",
["Price"] = 1750,
["Description"] = "MEDIC!!!. WIP"
},
["Remixer"] = {
["Name"] = "Remixer",
["ImageAsset"] = "rbxassetid://11798629467",
["Price"] = 4000,
["Description"] = "he remixes tracks and gets paid for it!. WIP"
},
["Reinforcement"] = {
["Name"] = "Reinforcement",
["ImageAsset"] = "rbxassetid://11798532423",
["Price"] = 7500,
["Description"] = "CALL IN THE REINFORCMENTS! WIP"
},
}
return towerShop