Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Anyone know why the game.Players.PlayerAdded event isnt working? [closed]

Asked by 5 years ago

I've noticed the PlayerAdded event just doesn't work and doesn't output an error or tell me something is wrong it just doesn't run the code, same with ChildAdded.

Is this a Roblox Wide thing or is my studio stupid and needs to be reinstalled?

0
Post script as well as info about it, mainly script location and script type. User#19524 175 — 5y
0
Not answering my question but ServerScriptStorage I always put it there and it always worked but now it just doesnt work at all now is it a problem with everyone or not?? Cryo_Dev 9 — 5y
0
1) It's ServerScriptService, if you're putting it in ServerStorage it won't work. 2) Just edit your post to include your code - it isn't hard. SummerEquinox 643 — 5y
0
u mean ServerStorage User#23365 30 — 5y
View all comments (9 more)
0
I have no code to include I'm just asking if >> PlayerAdded << is broken for all or not and I did say ServerScriptService not ServerStorage Cryo_Dev 9 — 5y
0
I didn't use a LocalScript I used a Script just for some reason the PlayerAdded Event doesnt work for me or even give me an Output why. Cryo_Dev 9 — 5y
0
I posted how I normally make the whole function setup just for some reason it doesnt work so I have to use while true do loops and a break and wait so it doesnt break my whole script pretty getto I know. Cryo_Dev 9 — 5y
0
I just did it and it just doesnt work none of the UIs appear and nothing happens. https://gyazo.com/b566d193961204a0375f60476bfda236 Cryo_Dev 9 — 5y
0
the destroy line is what was left from when I was using the getto while true do loop Cryo_Dev 9 — 5y
0
I use a while true do loop it works I use a childadded or playeradded it breaks and doesnt do anything or output anything and nothing is disabled its all enabled Cryo_Dev 9 — 5y
0
I found it out: You used a script in your Gui. You have to use a localscripts when dealing with players. Also, PlayerAdded won't fire because the scripts in the Gui wont recognize that the player has joined. Try an alternative like wait(1) because the player already loaded all of the gui in: https://pastebin.com/kMAcVKh3. magicalmariomario 0 — 5y
0
ah ok I'll implement it and see if it works for me Cryo_Dev 9 — 5y
0
still doesnt make the PlayerAdded event work. Cryo_Dev 9 — 5y

Closed as Too Broad by Goulstem

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?