#i do not understand

1 messages · Page 1 of 1 (latest)

bleak zealot
#

why no print after characteradded

  • i was just dumb
#
print("hi")
plr.CharacterAdded:Connect(function(character)
print("hi") -- doesn't print
lone shore
#

you need an end to the function

#

or else it errors

slow magnet
#

also, if you want to just wait until the character is loaded:

#
print("hi")
plr.CharacterAdded:Wait() -- this will work the same as wait() or task.wait() and pause everything until the character loads
print("hi")
bleak zealot
#

im gonna paste the full code

#

Im aware of the needed end after a function

bleak zealot
#

oh wait nvm thanks for the explanation but i jst realized i was blind