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

How to make a mirror, best methods? [closed]

Asked by
Goulstem 8144 Badge of Merit Moderation Voter Administrator Community Moderator
9 years ago

I want to make a sort of mirror, and the most efficient way(s) to do so. I've thought of a couple of ways but I don't want to make a whole script just to not have it work.

1) I could clone a model of my character, and have the mirror actually be a transparent part. With a replicated building of the side i'm on. Use pathfinding service or MoveTo method to move the cloned character relative to my location, but offsetted by the magnitude of the distance from the 'MirrorPart' to my torso.

2) Clone all the parts of my character into another model, and use coroutines to match every CFrame.. expected to be buggy, so Idk.

3) Make a Surfacegui with a frame for each pixel i'd want.. use raycasting to make the picture(this method would make the resolution very low, any suggestions for better ways to make a mirror picture?)

So what's your suggestion on how I should go about this? And if you have any methods other than what I've supplied please share, I want this to be as quality as possible, thanks(:

0
A fully reflectant BasePart isn't what i wanted. Goulstem 8144 — 9y
0
Yes, I've been to that place and asked the creator for methods but he never responded. That's exactly the effect i'm going for, just without switching 'dimensions' or whatever. So i'm assuming option 1 is the most reliable? Goulstem 8144 — 9y
View all comments (2 more)
0
I didn't post a link to a fully reflecting BasePart. The Part that you see on the floor has the low-resolution ray-casting technique implemented - it is an example of (3). duckwit 1404 — 9y
0
I didn't see any scripts in the workspace.. Goulstem 8144 — 9y

Closed as Not Constructive by Goulstem

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
-5
Answered by 9 years ago

To make a mirror you have to follow theese steps:

Left click workspace> Select advanced objects> Insert a part in to the game> Set the Reflection to 0.1 to 0.5. And thats how to make a Roblox mirror.

6
LOL koolkid8099 705 — 8y
Ad