fnbrjs / fnbr.js

A library to interact with Epic Games' Fortnite HTTP and XMPP services
https://fnbr.js.org
MIT License
129 stars 35 forks source link

Outfits #762

Open BuckShotERROR opened 8 months ago

BuckShotERROR commented 8 months ago

Hi, I created some code with this library, everything seems to work but I'm encountering a problem, when I try to equip a skin the bot recognizes the command but the skin are invisible

I know it has something to do with paths but I'm not very expert so is there anything I can do? something that i have to add to the code?

tnfAngel commented 8 months ago

check this example https://fnbr.js.org/#/docs/main/stable/api%20examples/fortniteapicom

BuckShotERROR commented 8 months ago

I made a code with that but the character is invisible

KyeOnDiscord commented 8 months ago

I made a code with that but the character is invisible

Can you send a copy of your code?

BuckShotERROR commented 8 months ago

it's simply the same thing but with 2 different files

I'm not an expert so I don't know if I'm doing the right things, it's possible there are some errors in the main file

main.js.txt api.js.txt outfit.js.txt

BuckShotERROR commented 8 months ago

can someone help?