#outfit limit script issue

1 messages · Page 1 of 1 (latest)

devout venture
#

Hi! So I think there's a limit in my outfit game script it only lets me view/inspect around 400 outfits, even though I have about 700 outfits in the game. The rest just wont be viewed/inspected and i think theres a max outfits to be inspected/viewed limit in my script thats causing it.

I tested the script in other outfit games too, and it still only processes around 400 outfits max.

If anyone can help me fix this, I’d really appreciate it, and I'm offering 3k Robux to whoever solves it. I can show you everything in-game and give access to my game if needed to fix it.

winter nacelle
#

You might just be hitting the API limits. You need to consider how many requests you're making per minute.

#

How do you load the outfits?

frail moonBOT
#

studio** You are now Level 1! **studio

devout venture
#

i can show u in game if u dont understand what i mean

winter nacelle
#

Yeah I might be misunderstanding the issue

devout venture
#

i can show a video

#

ok so as u can see here

#

when i go up to some of the outfits there wont hsow up a view avatar button

winter nacelle
#

Ohhh, yeah I completely misunderstood the issue.

devout venture
#

do yk how to fix it tho

#

it works for around 400 outfits but thats it

winter nacelle
devout venture
winter nacelle
#

So the ProximityPrompt (I'm just assuming that's what this system is using) is there?
I don't know what would be causing them not to appear then. :/

#

I don't think there are any hard caps on the number of ProximityPrompts in a game, as far as I'm aware at least.

devout venture
#

but the 499 that works dont use prox either

#

400*

#

can i give u acsess to my game maybe and can u see whats causing the issue

winter nacelle
#

Sure. Make sure you backup the game tho

devout venture
#

bc i think theres a liimit

devout venture
cunning hornet
#

limit to what?

#

proximity prompts or generating the outifit id things

winter nacelle
#

It looks like they have no issue with API limits, because the outfits are all there

cunning hornet
#

so whats the problem

#

oh wont show a prox prompt

winter nacelle
# devout venture

The issue shown in this video appears to be some issue with displaying the prompt (whether its a custom ProximityPrompt or what).

cunning hornet
#

are you dynamically putting proximity prompts in the outfits or do all of them just have a prompt

winter nacelle
#

It's just weird that it would work for such a large number of the outfits, and then suddenly stop.

cunning hornet
#

proximity prompt limit

winter nacelle
#

Is there one?

cunning hornet
#

checkingt rn

cunning hornet
devout venture
cunning hornet
#

if so please tell them that its broken 😭

#

i dont want to help you with something thats not yours

winter nacelle
#

I don't mind helping :3
I think its an interesting issue.

cunning hornet
#

how do you concatonate with curly brackets

#

is it just

local plr = plr_isntanc
print('Hi {plr.name}, skibidi')
devout venture
#

i think

winter nacelle
#

Its called string interpolation

cunning hornet
#

ohhh its `

#

not '

#

ok thanks

devout venture
cunning hornet
#

sorry

#

anyways

#

uhh prob tell them that its broken and the issue

#

and then just send it here

#

cause maybe we can fix it faster

devout venture
#

i would but i dont rlly have their contact anymore

frail moonBOT
#

studio** You are now Level 2! **studio

winter nacelle
devout venture
winter nacelle
#

Top left corner of Roblox Studio when you're in the game.

#

Click that little add button

devout venture
winter nacelle
#

Oh RIP

#

Ok

devout venture
#

i added u

#

weird

#

doesnt let me give u edit role

winter nacelle
devout venture
#

wait join the group

#

viiua

#

i can give edit role for members

winter nacelle
devout venture
winter nacelle
#

Oh wait maybe the wrong group

devout venture
#

wrong group

devout venture
winter nacelle
#

Honestly, your best bet is to just reach out to the person who wrote this code.
Ik you said you don't have contact with them anymore, but that's probably the fastest method.

devout venture
#

idk how im getting 20 errors every second

winter nacelle
#

Well obfuscating code makes it like impossible to read.
You can spend the time going through an de-obfuscating it, but its incredibly time consuming. And all that work is JUST so you can read and try and understand the code.

devout venture
#

sounds complicated

#

idk why the script is so complicated

winter nacelle
#

So you can't just steal their code, because they're selling it.

frail moonBOT
#

studio** You are now Level 3! **studio

devout venture
#

so u cant fix it for me then

#

are u sure u understand the problem btw

winter nacelle
# devout venture so u cant fix it for me then

Unfortunately, its pretty unlikely. I can tell you it is creating the proximity prompt as it should for the rigs, but their set to custom which means I would have to look at the code to see how they're handled. But... since the code is obfuscated... I can't,

devout venture
#

well thanks for trying

winter nacelle
#

Yeah, sorry I couldn't help more. Definitely see if you can get in contact with the person who sold it to you.

#

Even if you somehow found a fix for the avatar stuff on your own, any future development on the game would be hell because of the spam of errors in the output. So clearly SOMETHING is broken, unless those errors are just there to hide the use of loadstring which automatically gets output to the console.