Survivor System

yes, I can read what you wrote, I can VERY much see that your a begginer, and yes I agree.

id reccomend for begginers to make simple stuff like obbies simulators ect.

RemoteEvent:FireAllClients(Table)

Server ^

RemoteEvent.OnClientEvent:Connect(function(Table)
   local Names = ''
   for i , v in ipairs(Table) do
    Names = Names..v.Name..' '
   end
   TextLabel.Text = Names

end)

Also don’t except people to give you scripts always ,learn basics and do it yourself.

well that might work considering it fires to all clients in the table. I’m not very good when it come to being more than one but not all through studio.

another side note is that: you really need to focus thinking on what your error is… the dev forum wont be always active for you… you need to learn how you can handle stuff… and the dev forum only goes here when your in a really tight spot which needs advanced scripter’s attention

No thats not how it works , it fires to every client in the game and passes the Table as the argument.

totally agree with that… the dev forum isnt made to give you scripts, but its to help you figure out whats the problem, but you fix it yourself…

Well thank you both for your time! I’ll work on the basics.

1 Like

anyways @SloppyBanana225 i reccomend reading all of these links. it takes time but it might fix it…
doing nothing wont really cut it

If this fixed your problem , please consider marking any of our answers as the solution.

2 Likes

no probs! the community helped me so i think i should try my best to help too!!

1 Like