Thank weeve, they worked hard on it.
The Ghost from Star Wars Rebels, or some other VCX-100 freighter.
obis starwars rebels is obis.
made a way to track what day of the week it is, allowing me to give bonuses or even trigger special weekend-only events.
currenttime = os.time()
leapdays = 12
dayssince1970 = math.ceil(currenttime/86400)+leapdays
dayoftheweek = dayssince1970%7
week = {}
week[0]='Thursday'
week[1]='Friday'
week[2]='Saturday'
week[3]='Sunday'
week[4]='Monday'
week[5]='Tuesday'
week[6]='Wednesday'
print(week[dayoftheweek])
there’s probably a better way of doing it, but, if you want to use it, go right ahead.
I’m not going to ask…
I’ve not had any motivation to work on ROBLOX things in absolutely ages, like since March or so. My computer broke a few weeks ago and I’m still waiting for any information on how it’s going, and I feel like I want to do something at last.
y tho
“Gooy”
Euuughhh
Some buildings for my new game I’m making with @Lion2323
Empty for now, but they will be filled soon.
You should go look up how cats walk and do that for the slow-er (walk) animations. Curious about what this is for!
Remember to remind us when it’s available, we have a Vive in the office that I’m sure we’d all try it out on.
I needed 4 letter gui word, that is what came to mind k.
eugh
I made this neat meme regarding ROBLOX’s treatment of ROBLOX Developer app for Android
I think it is a phone.
haha! Get it? k I’m bad at making jokes.
Detailed anaylitics using gameanylitics.com
co-author : @RaverKiller
Screenshots
Data in screenshots is dummy data that has been send from ROBLOX
Returning players
Revenue per transaction
Dashboard Overview
How easy is this to setup?
Have you found a way to rapidly generate the HMAC auth hash? It is painfully slow to compute in my implementation, which potentially hurts server response times…
I use lockbox, but I bundle the events and send them in once in an loop (like an 20 second interval)
Time to generate an hash for a rather large table : 0.28489446640015 seconds