You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
What is the issue? Include screenshots / videos if possible!
The issue is when i respawn, the character added doesn’t fire and i cannot spawn at the correct location robloxapp-20221112-0838552.wmv (1.1 MB)
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Have i looked for solutions on the devhub, yes
I have tryed numerous solutions including remote events
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
-- This is an example Lua code block
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.
Thats not exactly how that works, CharacterAdded waits until the Character is added,
The function’s don’t run until called, but you then, it should work
I recommend passing the Character in the respawn function, since CharacterAdded gives you a Character of a Player who has joined the game. I also recommend debugging by printing something in the respawn function for now.