|
| 01 Jun 2016 05:10 PM |
anybody need anything scripted,ill do it.
stuff ive made: https://www.roblox.com/games/334647224/Survival https://www.roblox.com/games/383580256/Brooklyn-Crown-Heights https://www.roblox.com/games/345457593/guns-or-something-v2
mom wheres the spaghetti |
|
|
| Report Abuse |
|
|
F18ACE
|
  |
| Joined: 24 Jun 2015 |
| Total Posts: 4025 |
|
|
| 01 Jun 2016 05:13 PM |
is there a way you can make an in-game clock that starts at 00:00:00?
I already have a daylight cycle, I just need a clock GUI to go with it.
1 real second = 1 game minute.
for example: 5 seconds would be 6:00 to 6:05 |
|
|
| Report Abuse |
|
|
F18ACE
|
  |
| Joined: 24 Jun 2015 |
| Total Posts: 4025 |
|
|
| 01 Jun 2016 05:15 PM |
| also, is there a way to make the background for the clock look like an old pocket watch? (something from around World War 1) |
|
|
| Report Abuse |
|
|
|
| 01 Jun 2016 05:17 PM |
put this in a textlabel:
game.Lighting.Changed:connect(function() script.Parent.Text = game.Lighting.TimeOfDay end)
if i had a decal of a pocketwatch i would
mom wheres the spaghetti |
|
|
| Report Abuse |
|
|
F18ACE
|
  |
| Joined: 24 Jun 2015 |
| Total Posts: 4025 |
|
|
| 01 Jun 2016 05:21 PM |
screengui, -> frame -> textlabel
right? |
|
|
| Report Abuse |
|
|
|
| 01 Jun 2016 05:21 PM |
doesnt matter, just make sure the clock code is inside a localscript inside the textlabel
mom wheres the spaghetti |
|
|
| Report Abuse |
|
|
F18ACE
|
  |
| Joined: 24 Jun 2015 |
| Total Posts: 4025 |
|
|
| 01 Jun 2016 05:23 PM |
spaghetti denied: only MEATLOAF!!!!!
MUAHAHAHAHA |
|
|
| Report Abuse |
|
|
F18ACE
|
  |
| Joined: 24 Jun 2015 |
| Total Posts: 4025 |
|
|
| 01 Jun 2016 05:28 PM |
just tested the script, and it works perfectly :)
thanks for the help |
|
|
| Report Abuse |
|
|
F18ACE
|
  |
| Joined: 24 Jun 2015 |
| Total Posts: 4025 |
|
|
| 01 Jun 2016 05:44 PM |
| question: is there any way to make it work as a surface gui? |
|
|
| Report Abuse |
|
|
|
| 01 Jun 2016 05:46 PM |
if the script is inside a textbox, it'll always work.
mom wheres the spaghetti |
|
|
| Report Abuse |
|
|
F18ACE
|
  |
| Joined: 24 Jun 2015 |
| Total Posts: 4025 |
|
|
| 01 Jun 2016 05:54 PM |
| does it have to be a localscript, or can it be regular? |
|
|
| Report Abuse |
|
|
Fangous
|
  |
| Joined: 03 Jul 2010 |
| Total Posts: 4448 |
|
|
| 01 Jun 2016 06:00 PM |
| textbox.Text = game.Lighting.TimeOfDay |
|
|
| Report Abuse |
|
|
|
| 01 Jun 2016 06:01 PM |
use localscript if its a descendant of the player, if not use regular script
mom wheres the spaghetti |
|
|
| Report Abuse |
|
|