|
| 18 Nov 2013 06:04 PM |
:s m = 4 s = 59 h = Instance new("Hint",workspace)
What do I fix?
~AvO~ |
|
|
| Report Abuse |
|
|
tecno15
|
  |
| Joined: 10 Sep 2009 |
| Total Posts: 1372 |
|
|
| 18 Nov 2013 06:10 PM |
| First, learn how to script. We only help, not do all the work for you. |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2013 06:20 PM |
You fix everything, the hint will not make the above variables active.... The proper function goes SOMETHING like....
while true do
message = instance.new(hint,game,workspace) seconds = wait(1) do +1
message.Text = seconds
*Or whatever the name of the variable of the hint.
Could be wrong.. |
|
|
| Report Abuse |
|
|
shonclub
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1331 |
|
|
| 18 Nov 2013 06:28 PM |
Ehyyy someone from LS :D Ex-Marshal in Darkggod's era. Say hi to Zelvios for me ;)
Anyways, for this, you would use a 'for' loop.
h = Instance.new("Hint",workspace) s = 59 for i = 1,59 do h.Text = s wait(1) end h.Text = "Start"
What's 'm' for? I gussed on what script you wanted, probably wrong though. |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2013 06:29 PM |
I'm trying to insert the script in-game through Khols admin commands.
~AvO~ |
|
|
| Report Abuse |
|
|
shonclub
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1331 |
|
|
| 18 Nov 2013 06:31 PM |
Oh, then I was right!
Might want to add this at the end:
wait(5) h:Destroy() |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2013 06:31 PM |
| Then you would need a talky script. |
|
|
| Report Abuse |
|
|
shonclub
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1331 |
|
|
| 18 Nov 2013 06:33 PM |
| King, that's unnecessary, not like it's a permanent script. You can just paste it each time you need it. |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2013 06:36 PM |
| Would be more complicated adding it to a command of Kohl's commands... |
|
|
| Report Abuse |
|
|
shonclub
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1331 |
|
|
| 18 Nov 2013 06:40 PM |
>.>
You know the script command?
:s
You make script in-game. >_< |
|
|
| Report Abuse |
|
|