Need a death screen for your game but too lazy to make it?
Then worry not! My creation is here to save the day!
Or maybe not lol
This resource is in a modular form and provides you everything you need for a basic death screen. I would not say it’s the best. But hey, at least it works
Here is the code to get it to work:
-- In a local script
local deathScreenM = game.ReplicatedStorage.DeathScreenModule
local player = game.Players.LocalPlayer
local image = "ImageId" -- the image which appears in the animation
local messages = {
"Wake up";
"You are not dead, this is just your dream";
}
deathScreenM:Start(player,messages,image)
--> the targeted player,
--> a table with messages (optional),
--> image Id (optional)
The module:
I have also tried to make it somewhat customizable.
But I think it’s pretty confusing so yeah whatever, deal with it.
An example in a game:
A project where I used it. This game was never completed
All I ask is for some feedback and ratings. Even though I expect most of them to be negative.
Originally I made this for myself so I could add this to my projects without much effort. Didn’t find any use for it, so I decided to make it a community resource to see who is crazy enough to actually consider using it
Jokes aside, I really do hope that you like it and find it interesting. If someone has the time, maybe make a better version of it
If you were looking for feedback, it would be better to be put in the Feedback and Creations category, it would be nice if an image was provided showcasing it for ease of laziness access instead of having to open the game.
If you were looking for feedback, it would be better to be put in the Feedback and Creations category
Also, did I not mention I want this to be a resource for developers? Even though I asked for some feedback, primarily this module is an open-source tool for literally everyone on this platform.
From the post:
Originally I made this for myself so I could add this to my projects without much effort. Didn’t find any use for it, so I decided to make it a community resource to see who is crazy enough to actually consider using it
There is nothing wrong with asking for feedback on the same post you released it as an open-source tool for everyone, is there buddy?
it would be nice if an image was provided showcasing it for ease of laziness access instead of having to open the game.
Well, my recording software isn’t working. So yeah, might post it later
Why not use the roblox screen recording system? Because the quality is not that good
There is no reason to be this defensive, there is way better ways to state this point. This resource is missing examples which would be way better to leverage a resource to other developers if they could see it in action without having to take too much time. I don’t know what recording software you’re using, but there’s always other options like OBS or Gyazo!