- What do you want to achieve?
The code provided below in my photo is a block of code that gives the player a fusion coil if they buy the gamepass, or if they have already bought the gamepass. The Id in the Load Asset parameter is the Fusion Coil’s Asset ID, in case you needed to know. Also, there are 2 other gamepasses in the game in addition to the current Fusion Coil Gamepass. The other 2 are the Speed Coil Gamepass and the Gravity Coil Gamepass. Those other 2 work fine, and the Fusion Coil Gamepass code is virtually the same as the other 2, except I modified it for the Fusion Coil. - What is the issue?
I’m pretty confused as to why the code for the speed coil gamepass and the gravity coil gamepass work, but the fusion coil gamepass code does not. Again, as I said before, all 3 blocks of code for each of the gamepasses are virtually the same except they’re modified for their specific item. Can anyone tell me why I’m getting a Bad Request error or the HTTP 403 (Forbidden) errors? - What solutions have you tried so far?
Again, I do not know why I’m getting these errors, as the code for the other 2 gamepasses are basically the same and do work.
Any feedback or solution will be appreciated.
Fusion Coil Gamepass Code:
(Picture of Code removed because the problem was solved)
Sprint Coil Gamepass Code:
(Picture of Code removed because the problem was solved)
Gravity Coil Gamepass Code:
(Picture of Code removed because the problem was solved)