powertool
|
  |
| Joined: 01 Feb 2008 |
| Total Posts: 3771 |
|
|
| 27 Nov 2013 10:55 PM |
How would I do this?
I've got the following, and/but it errors out.
How would I get it to woek?
local localplayer = game.Players.LocalPlayer local db = false
function LOAD() --Holds the rest of what is needed for the script. --Stuff that the rest of the script does, etc. end
if db == false then localplayer:WaitForCharacterLoad() LOAD() end |
|
|
| Report Abuse |
|
powertool
|
  |
| Joined: 01 Feb 2008 |
| Total Posts: 3771 |
|
| |
REM25
|
  |
| Joined: 28 Feb 2010 |
| Total Posts: 3154 |
|
|
| 27 Nov 2013 10:56 PM |
| LocalPlayer:WaitForChild("Player") |
|
|
| Report Abuse |
|