#how to create a vhs effect like this

34 messages · Page 1 of 1 (latest)

normal coyote
#

if you know it tell me

eager vessel
#

@normal coyote @quiet gazelle

eager vessel
#

You are running it locally right?

#

Do you know what runcontext is?

#

#

Require it from within a local script

#

...

#

Did you not read the post?

#

Welp, I've tried it myself and it works just fine

eager vessel
#

Read the fucking post

#

It says that in the post

#

maybe go read it, and then you know how to use the module 🤷‍♂️

#

all of these are containers

#

Where's the script located?

#

zoom out a tad

#

Well I don't fucking know where

#

all you show is ui elements that can be in any container

#

but okay. Have fun with your bug mate

#

😆

#

Yikes, read the post again dude

#

anyways, you wanted to talk back to me so have fun fixing it

#

You failed around the 3rd sentence...

#

Why would I need to know if the script exists? I asked for the location

#

...

#

located is derived from location

#

learn English

#

learn lua

#

and learn that serverscriptservice isn't a container accessible in the local runcontext

#

Then it will work 🤷‍♂️

#
  • move the local script to StarterPlayerScripts (because it will just be better overall).
  • destroy all the UI you already have added to your game for no reason now (the module will add it)
    -Move the module from SSS to RS
    -Change the local script's code to:
require(game:GetService("ReplicatedStorage").VHSModule).Enable()