Make yourself invisible to others

Hey everyone, I wanted to know if it was possible to make yourself invisible to others but not yourself. And if it is possible how would I go about doing this?

Try:
https://runtime.fivem.net/doc/reference.html#_0x12B37D54667DB0B8

to test it i tried the invisble local one to see if I become invisible and it didnt work.

this is how i called it

Citizen.InvokeNative( 0x12B37D54667DB0B8, GetPlayerPed(-1), true )

Why are you invoking the native?
Try SetPlayerLocallyInvisible(PlayerPedId(), true)

I’m not at my computer so I can’t test

1 Like