|
| 05 Sep 2015 03:29 PM |
This is the third time I have posted this. I believe the problem has to do with a script firing all the client events but i'm not sure.
====================================================================== for i, v in pairs(game.Players:GetPlayers()) do if v:FindFirstChild("Backpack") then v.Backpack.Client.CallServer:FireClient() end end ====================================================================== script:WaitForChild("CallServer") script.CallServer.OnClientEvent:connect(function() game.Workspace.Data:FireServer("YOOOOOOO") end) ====================================================================== event2 = game.Workspace.Data event2.OnServerEvent:connect(function(player, arguments) print(player.Name .. " says: " .. arguments) end) ======================================================================
I am special because I have a siggy (👌 ͡° ͜ʖ ͡°👏) |
|
|
| Report Abuse |
|
|
chimmmihc
|
  |
| Joined: 24 Jul 2014 |
| Total Posts: 2420 |
|
| |
|
|
| 05 Sep 2015 03:33 PM |
I get this error: Argument 1 missing or nil
I am special because I have a siggy (👌 ͡° ͜ʖ ͡°👏) |
|
|
| Report Abuse |
|
|
chimmmihc
|
  |
| Joined: 24 Jul 2014 |
| Total Posts: 2420 |
|
|
| 05 Sep 2015 03:34 PM |
| Post the full error pretty please |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2015 03:34 PM |
Argument 1 missing or nil 16:32:51.886 - Script 'Workspace.Script', Line 3 16:32:51.887 - Stack End
thats all
I am special because I have a siggy (👌 ͡° ͜ʖ ͡°👏) |
|
|
| Report Abuse |
|
|
chimmmihc
|
  |
| Joined: 24 Jul 2014 |
| Total Posts: 2420 |
|
|
| 05 Sep 2015 03:35 PM |
| Can I see where you're defining the event? |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2015 03:37 PM |
event2 = game.Workspace.Data event2.OnServerEvent:connect(function(player, arguments) print(player.Name .. " says: " .. arguments) end)
If its not that i'm not sure what your saying sorry
I am special because I have a siggy (👌 ͡° ͜ʖ ͡°👏) |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2015 03:43 PM |
B1
I am special because I have a siggy (👌 ͡° ͜ʖ ͡°👏) |
|
|
| Report Abuse |
|
|
chimmmihc
|
  |
| Joined: 24 Jul 2014 |
| Total Posts: 2420 |
|
|
| 05 Sep 2015 03:45 PM |
| Open source the place and let me look at it |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2015 03:48 PM |
http://www.roblox.com/games/293685049/Remote-events
I am special because I have a siggy (👌 ͡° ͜ʖ ͡°👏) |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2015 03:55 PM |
Bump: Part 2
I am special because I have a siggy (👌 ͡° ͜ʖ ͡°👏) |
|
|
| Report Abuse |
|
|