#How to yield server script until Parented Part is fully loaded?

1 messages · Page 1 of 1 (latest)

glacial lichen
#

I have a server script in StarterCharacterScripts to apply attributes, however it adds it too quickly and doesn't get applied to the character since it isn't loaded in yet. I need to yield the script until the player's character is fully loaded.

meager girder
#

maybe use waitfor

glacial lichen
cloud void
glacial lichen
#

i heard that has to be on a localscript

cloud void
#

wdym

#

its going to be a local script by default if ur doing it in starterplayer

#

if you want to do it on the server then just connect to playerAdded and then to characterAdded inside of it, outside of starterplayer tho

naive sapphire
#

server script in startercharacterscriptsbigbrain

glacial lichen
open lark
#

ngl, don't think this is the problem 😔

#

a script in startercharacterscripts loads once the character does, so there shouldn't be a problem in that regard

glacial lichen
#

well, it gets added but it isnt detectable

#

okay well... i just manually added the attributes clownsigh