#Why doesnt = work?
11 messages · Page 1 of 1 (latest)
ooh lemme try
My guy you’ve got a period at the end of the line above it
oh my god i am stupid ty
:D
yeah but if u want same Properties for every pet you can use it like the one you made
11 messages · Page 1 of 1 (latest)
local pets = game.ReplicatedStorage.Pets
local PetModule = {
['Pet #1'] = {
['Price'] = 1234,
['Pets'] = pets.Red_Dude
};
['Pet #2'] = {
['Price'] = 1234,
['Pets'] = pets.Orange_Dude
}
return PetModule
should be like this
ooh lemme try
My guy you’ve got a period at the end of the line above it
oh my god i am stupid ty
:D
yeah but if u want same Properties for every pet you can use it like the one you made