VHSModule - Easy VHS Screen | Plug & Play

Too lazy or don’t know how to make VHS Screen? :thinking:
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.

:spiral_notepad: 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

0 voters

59 Likes

You forgot to link the module itself

2 Likes

Whoops, I’m sorry, wait a minute

4 Likes

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

Oh, forgot to open it, sorry! That’s like my first post ever, that’s why I has this common mistakes :sweat_smile: 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

Some nice ideas over here! Thanks for the suggestion!

1 Like

it took someone way too long to make one of these, looks decent :+1:

I reccomend using this video for good reference

7 Likes

Pretty nice video. I got better idea of VHS. Thank you so much! :smiley:
Probably will update the module in my free tme

4 Likes

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.

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. :slightly_smiling_face:

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

I showed it in the video. Distortion effect working (sadly) on graphics > 8 :c

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

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 :slight_smile:

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

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