What are you working on currently? (2017)

well nothing is being dropped yet that first person gun model is the gun that the player was using. I want to add a ragdoll death and an action camera for that too eventually so I’ll have the weapon drop with that.

You paste a link that points directly to an MP4.

Example: http://example.com/VideoFile.mp4

1 Like

4 Likes

Miami 1984?

Just a mixture of the design from Deviantart and my own head.

Out of curiosity, do you manually define rappel surfaces, or can players use any vertical surface?

Thanks!

Manual using collection service

2 Likes

A full scale venator star destroyer with interior and all

8 Likes

Sunset on the Beach

16 Likes

How did you get the kill cam? Currently trying to figure one out myself, the idea I had was to send the CFrame to the server from the client to retrace steps during the replay

Forest Scene

37 Likes

dat nice and crunchy

I have the client send animation data that the killcam would need to the server. The server does 2 things: 1) it stores the last received data in a table and 2) it sends only the animation data that needs to be replicated by other clients to all the clients. In the server script I have a heartbeat loop that adds all the data from the last received data table to a main character animation storage table. That way everyone’s animation frames are synced up. Also, I have the server remove any old frames from the character animation table so that the table stays around 4 seconds long. When a player is killed, it requests the server to send it the data and the server sends only the victim and attacker data to the killcam to reduce latency. The client then iterates through the table on a heartbeat step and replays all the frames. Hope this helped!

4 Likes

You know I had to do it to em

I am hesitating a bit on uploading this. Came out pretty well though. :joy:

7 Likes

For feedback I’d make a less jumpy transition from the ground to rappeling state

Overhaul of the entire GUI for Wild Revolvers. Made the user experience better by consolidating primary features into one main menu! :octopus:

6 Likes

please sell this

Can’t say I’m surprised.

I’ve finished the first iteration of the ConstrainedMarkers Module:

https://www.roblox.com/library/1251749999/ConstrainedMarkers-Module

marker-demo.rbxl (24.4 KB)

5 Likes