Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a blinking system in my roblox game?

Asked by 5 years ago

I'm making a game similar to SPC Containment Breach, I am wondering how I would be able to make a blinking script. Is there anyone that knows about this that could help?

0
blinking could mean multiple things, you should probably be more specific. blinking could refer to eyes that blink, lights that flash on and off, etc User#22604 1 — 5y
0
I think he want the full screen to go black once every 10 seconds as example the scp-174 :) Halogen93 0 — 5y
0
you could use an UI that goes visible/invisible after a certain amount of time BluZaw 5 — 5y
0
Halogen93 that is exactly right. Tyserkhan004 22 — 5y

1 answer

Log in to vote
0
Answered by
xEmmalyx 285 Moderation Voter
5 years ago
Edited 5 years ago

There are a couple methods depending on how you want your blinking script to appear

1.Using Transparency - With transparency you could use a complete black image that switches from transparent to opaque

2.Using 2 moving decals - You could make 2 decals of any shape( eye-shaped, block-shaped ) and have them both move towards each other from top and bottom of the screen using TweenPosition

Examples of Each

Ad

Answer this question