What are you working on currently? [2016]

Thank weeve, they worked hard on it.

1 Like

The Ghost from Star Wars Rebels, or some other VCX-100 freighter.

1 Like

obis starwars rebels is obis.

1 Like

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.

8 Likes

https://i.gyazo.com/634fa9a842ce8adf8ae931b314f8d042.mp4

8 Likes

I’m not going to ask…

6 Likes

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.

:frowning: y tho

1 Like

“Gooy”

Euuughhh

1 Like

Some buildings for my new game I’m making with @Lion2323





Empty for now, but they will be filled soon.

6 Likes

You should go look up how cats walk and do that for the slow-er (walk) animations. Curious about what this is for!

1 Like

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.

1 Like

I needed 4 letter gui word, that is what came to mind k.

1 Like

eugh

1 Like

I made this neat meme regarding ROBLOX’s treatment of ROBLOX Developer app for Android

Meme.png

9 Likes

I think it is a phone.
haha! Get it? k I’m bad at making jokes.

1 Like
1 Like

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

2 Likes

How easy is this to setup?

2 Likes

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…

1 Like

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

1 Like