awiton
|
  |
| Joined: 27 Apr 2012 |
| Total Posts: 2656 |
|
|
| 03 Apr 2016 09:59 AM |
| I need a script that will pick a random "TimeofDay". I tried as hard as i could but i couldn't manage it. HELP! |
|
|
| Report Abuse |
|
|
membra
|
  |
| Joined: 14 Oct 2008 |
| Total Posts: 6313 |
|
|
| 03 Apr 2016 10:26 AM |
What exactly is your issue?
|
|
|
| Report Abuse |
|
|
|
| 03 Apr 2016 10:28 AM |
game.Lighting:SetMinutesAfterMidnight(math.random(math.huge))
Instance.new("BodyThrust",SenseiWarrior).position = CFrame.new(SenseiWarrior,YourGirlsDMs) |
|
|
| Report Abuse |
|
|
AxonMega
|
  |
| Joined: 29 Aug 2014 |
| Total Posts: 2403 |
|
|
| 03 Apr 2016 10:30 AM |
Try this:
game.Lighting:SetMinutesAfterMidnight(math.random(1, 24*60))
--You have nothing to fear but your own impending doom.-- |
|
|
| Report Abuse |
|
|