How to turn off kick?

How to turn off kicks, i hate it, why wasting resources and storage for this crap, can i remove them from my game, like i dont want to see them anywhere, maybe add option to disable them.

There’s no current way provided to turn off kicks, or any cosmetic choice players have bought/retrieved (Except for backblings which was probably done to allow creators to have custom backpacks) what you can try to do

Also the cosmetics of fortnite Characters dont count towards neither your projects upload nor upload size

if you plan to have custom characters and don’t wish to utilize fortnite’s avatar system is getting the fort character of the agent via verse code

# Assuming Agent is the agent of the player you want to hide

if(FortCharacter:=Agent.GetFortCharacter[]):
    FortCharacter.Hide()

That should let you hide the fortnite character, keep in mind initially it will show some red errors but if you hover over them it will just tell you to copy “using {SomethingHere}” at the top of your script and it will fix it

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.