nv1sh
(nvi)
May 11, 2023, 9:10am
#1
Too lazy or don’t know how to make VHS Screen?
No problems! VHSModule is here to help you!
The module is very easy to use: Insert module wherever you want (but only in containers which Client can get access to) , Enable it and enjoy!
Click here if you want to test it by yourself.
Get the module here: VHSModule - Roblox
Want to note: Lines script was taken from toolbox. But it was so unorganized and not optimized, so I wanted to make module for easier using in future.
Showcase video:
Enable Template:
local VHSModule = require(script:WaitForChild(“VHSModule”))
VHSModule.Enable()
Easy, right? 2 Lines! Well, that’s the reason why I created this module!
Want to remember, it works only on Client!
Features :
Light-Weight
Can be easily turned on/off
Fexible setting even for newbies
Requires only 2 lines of code to turn on
Warnings:
Distortion Effect works only on 8 or more graphics (I’ve show on video)
Please, leave your feedback so I can improve in future!
I’ll totally use this in my game
Nice module, but I don’t need it right now
Could be better
I don’t like it
65 Likes
You forgot to link the module itself
2 Likes
nv1sh
(nvi)
May 11, 2023, 9:16am
#3
Whoops, I’m sorry, wait a minute
4 Likes
desinied
(desinied)
May 11, 2023, 9:33am
#5
Would it be possible to have a GitHub repository made for this? Also the testing place for the module is private.
Can’t wait to test it out! 🫶🏻
2 Likes
nv1sh
(nvi)
May 11, 2023, 11:12am
#6
Oh, forgot to open it, sorry! That’s like my first post ever, that’s why I has this common mistakes I’ve opened it now
And about GitHub… I’m not sure cause I’ve never used it. But I’ll look into it and maybe will try to repo it
3 Likes
It could be better! Here is some ideas you can add:
Timestamp indicator
Battery indicator
Recording indicator
Vertical/Horizontal shutters
Dust on film
Fullscreen static (rarely)
RGB shift (use viewportframes, but this is hard to do efficiently)
ColorCorrectionEffect in lighting
Recording imperfections such as a pink outline around screen, messy/choppy sides, etc
These would all be togglable in the script.
4 Likes
nv1sh
(nvi)
May 11, 2023, 8:17pm
#8
Some nice ideas over here! Thanks for the suggestion!
1 Like
Foxxive
(Vinny)
May 12, 2023, 1:42am
#9
it took someone way too long to make one of these, looks decent
I reccomend using this video for good reference
7 Likes
nv1sh
(nvi)
May 12, 2023, 8:33am
#11
Pretty nice video. I got better idea of VHS. Thank you so much!
Probably will update the module in my free tme
4 Likes
nv1sh
(nvi)
August 26, 2023, 12:02pm
#12
Hey, guys, I’ve updated the module! Better lines images + distortion effect. Hope y’all will like it!^^
3 Likes
What are the settings for the module in the video? And how do I get distortion effect because I don’t see it working and my graphics are > 8.
trtman33
(trtman33)
November 2, 2023, 4:32pm
#14
What did you do to create the Distortion Effect?
I am currently working on a Bubble Camera Distortion Effect using Glass. But I would like to know what you did.
That’s probably glass too. There’s no other way to achieve it as I know
well then, the distortion effect is unuseable if that’s the case, remember you can’t see transparent objects or water through glass.
1 Like
nv1sh
(nvi)
November 11, 2023, 10:20pm
#17
I showed it in the video. Distortion effect working (sadly) on graphics > 8 :c
nv1sh
(nvi)
November 11, 2023, 10:21pm
#18
Glass material. I’ve used an open-sourced module WHICH I FORGOT TO CREDIT!!! Thanks for reminder. I’m so stupid. Now I need to find it… somehow.
1 Like
nv1sh
(nvi)
November 11, 2023, 10:23pm
#19
You can see transparent objects if this is a transparent texture for some reason. Normal transparenct objects - no. That’s why I am using glass meshes with SurfaceAppearance with AlphaMode setted to Transparency now. Roblox is being roblox, yk
1 Like
wth that works how? what do you mean by that may I ask does it make it so you can see transparent objects through the glass?
1 Like
nv1sh
(nvi)
December 21, 2023, 11:01pm
#21
sorry for late reply lol im very busy with my own game
so basically, you can see transparent objects through the glass if you use transparent texture with SurfaceAppearance with AlphaMode setted to Transparency
idk how that works, roblox just being roblox