Cestil
|
  |
| Joined: 12 Jun 2012 |
| Total Posts: 119 |
|
|
| 05 May 2016 11:43 PM |
I'm making a script that requires functions as in :connect(function(), :Clone() , :remove(), etc. The issue that I'm having is that for some reason the functions aren't running. There are no errors outputting.
|
|
|
| Report Abuse |
|
|
Scottifly
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 9180 |
|
|
| 06 May 2016 02:17 AM |
| Try posting the script so the scripters in this forum can have a look at it. |
|
|
| Report Abuse |
|
|
LamakKM
|
  |
| Joined: 30 Aug 2010 |
| Total Posts: 1532 |
|
|
| 06 May 2016 07:02 AM |
make sure you spelled everything and capitalized everything correctly.
|
|
|
| Report Abuse |
|
|
Cestil
|
  |
| Joined: 12 Jun 2012 |
| Total Posts: 119 |
|
|
| 06 May 2016 06:04 PM |
Storage = game:GetService("ServerStorage") plr = game.Players.LocalPlayer plr:WaitForChild("BackPack") print 'done1'
local camerascript = Storage.Camerascript:Clone() camerascript.Parent = plr.Backpack camerascript.Disabled = false print 'done1'
|
|
|
| Report Abuse |
|
|
|
| 06 May 2016 06:20 PM |
plr:WaitForChild("BackPack")
I think it is Backpack, not BackPack |
|
|
| Report Abuse |
|
|
Cestil
|
  |
| Joined: 12 Jun 2012 |
| Total Posts: 119 |
|
|
| 06 May 2016 07:03 PM |
I changed it to Backpack right after I posted the script.. Still not working!
|
|
|
| Report Abuse |
|
|
Scottifly
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 9180 |
|
| |
|
|
| 06 May 2016 09:59 PM |
| Is your script a local script or a script , that might be the reason why there is no error |
|
|
| Report Abuse |
|
|
|
| 06 May 2016 10:00 PM |
| you cant access server storage from a local script that why. |
|
|
| Report Abuse |
|
|