#why wont position save when the player leaves?
43 messages · Page 1 of 1 (latest)
it's not a server shutdown
yeah, but i guess its that character is already removed when its trying to save on playerRemoving. but i tried with characterRemoving too didnt work either.
could also be that the player already has a character when you loadasync, so characteradded (in your load function) connects yes but doesn't ever fire until esc->respawn
yeah, i tried to print character on PlayerRemoving and it returned as nil, so the problem is on PlayerRemoving the character is already destroyed but how else can i save it on leave?
does it save character pos when you leave
not really i just need help with how i can save the character pos on leave
** You are now Level 1! **
yeah thats what i have done but i need to save that on leave wich dont work with PlayerRemoving becouse the character is destroyed then
alr
gimme like 5 min
almost done
sry i coudn't figure it
ik the data saving works
but the postions isn't saving for some reason
yeah becouse the character is destroyed on playerremoved so i need to find a way around
yo i figured out a way
i will try it
i am almost sure it will work
yo got smth to work
what did you do?