kiansjet
|
  |
| Joined: 16 Nov 2012 |
| Total Posts: 233 |
|
|
| 02 Aug 2016 01:46 PM |
I think I just forgot how to call a function in a modulescript but here is the code:
local info = (Path):WaitForChild("Info").Info()
It tells me Info is not a valid member of ModuleScript
|
|
|
| Report Abuse |
|
|
|
| 02 Aug 2016 01:50 PM |
Module = require(script.Parent.ModuleScript) Module.FUNCTIONNAMEINMODULE()
#code for i,v in pairs(game.Players:GetPlayers()) do v.Character:BreakJoints() end |
|
|
| Report Abuse |
|
|
kiansjet
|
  |
| Joined: 16 Nov 2012 |
| Total Posts: 233 |
|
|
| 02 Aug 2016 01:53 PM |
OH MY GOD DID I REALLY JUST FORGET TO REQUIRE IT UMG...
|
|
|
| Report Abuse |
|
|
|
| 02 Aug 2016 01:54 PM |
Is it working now? Lol.
#code for i,v in pairs(game.Players:GetPlayers()) do v.Character:BreakJoints() end |
|
|
| Report Abuse |
|
|