once again ty for the feedback!
i also had an idea for placing/digging trash but it kind of stayed in the back of my head and i forgot to add it.
Also for the npcs talking about dj khaled, the text is randomized, so i think ill need to make it so it cant say the same text twice?
local responses = {}
responses = {
{
'What do you want',
'...Money?',
'ugh its another one of these beggars..',
'whatever take my money',
'Umm.. thank you?'
},
{
'Hey dude, sorry for what happened',
'its fine but im in dangerous need of money rn',
'lemme help you out',
'sorry rn i only got 20 bucks ill get u some more later',
'its fine thank you tho'
},
{
'if you are here for money im as broke as you',
'but you can still afford a house?',
'...',
'good point, fine ill give you some',
"thanks",
},
{
'Hello, can I help you?',
'Yes please im in dangerous need of money',
'ok fine',
'erm heres you money',
'thank you'
},
{
'broke person',
'thats mean',
'im too rich to care about you',
'take my money and leave',
'thank you?'
},
{
'WHAT DO YOU WANT BRO I WAS LISTENING TO DJ KHALED',
'money',
'WE THE BEST MUSIC',
'DJ KHALED',
'yeah im just gonna secretly take the money in your pocket'
}
}
return responses
Even tho the play screen on load is dry, which i agree with, i cant find anything to add. Do you perhaps have any suggestions?