|
| 05 Dec 2015 06:20 PM |
local function Method(Instance, Method) -- line 200 return function(Properties) Events.Method:FireServer(Instance, Method){unpack(Properties)} end end
Keeps giving me this error:
19:19:45.445 - ReplicatedStorage.Modules.Simplicity:200: attempt to call a nil value 19:19:45.445 - Stack Begin 19:19:45.446 - Script 'ReplicatedStorage.Modules.Simplicity', Line 200 19:19:45.446 - Script 'Players.Player.PlayerGui.CarGui.CarService', Line 110 - local ActivateShop 19:19:45.446 - Script 'Players.Player.PlayerGui.CarGui.CarService', Line 256 19:19:45.447 - Stack End
What I know for sure: Instance, Method, Events.Method, and Properties are all not nil (because I printed it out) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 05 Dec 2015 06:36 PM |
call a method from client to server without going through a list of functions
i know the theory works but theres something wrong with the tables or something |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2015 06:38 PM |
| I need CarService and Simplicity, you can't give me one side of the fight and decide I don't need the other. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2015 06:40 PM |
you don't need anything else besides what i gave you and
Method(CarDummy, "SetPrimaryPartCFrame"){Shop.CFrame * CFrame.Angles(0, math.pi/2, 0)} |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2015 06:45 PM |
See, that's the thing. You wanted my help, yet weren't willing to share that line. You told me that, and now I will assume I never saw it since I apparently don't need it. So, since I never saw it, I guess I never figured out your error.
Pity, because if I saw it, I know what the error was. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2015 06:47 PM |
| stop replying to my threads, thanks |
|
|
| Report Abuse |
|
|