Bought Product Not Working

Hey! I bought a product for an airport, and it has a loading script that has to be dragger to ServerScriptService. I’ve tried it in the game i’m working on and the product is not working, but in an untouched game it works. Any ideas in what might be causing this? I know that it isn’t the developers fault and it’s something to do with the game.

Thanks!

Sorry! I’m a tad bit confused, could you explain it in steps? You commissioned someone? Somethings not working? What’s not working? What is this thing? What is not working? Errors? Sorry!

Enable HTTPS requests, and test it in the ROBLOX player. And, make sure the game is under your own group or your own profile since there might be a whitelist.

There is a limit on HTTPS requests, I had experience with customers that have a lot of scripts in their game calling HTTPS requests at the same time, reaching the limit of 400. You can try to add a “task.wait(5)” before the script’s code to make it load 5 seconds after, that will make it only load 5 seconds after all the requests happened. If this is not the problem then I do not know