Reflective floor like in Roshader

I want do a reflective floor like in Roshader and i already search in youtube,i found a video of it but for some reason the character of reflection is kinda lagging and i don’t know how to fix it

Link of video: https://www.youtube.com/watch?v=qLcoo-2QEas
Link of model: [WORKING] Mirror - Roblox

Video of lag reflection character:

2 Likes

When i say lagging i mean for any reason the reflection character looks like have 2 or 3, if you see the video you will noticed

1 Like

It looks to me like the way it is working in the video is just by cloning the model on top and then positioning it upside down directly beneath the player.

To reduce the delay, you can just clone / move the ‘reflection’ more often, however this may cause FPS drops, so use sparingly. When possible, you can also just have it move the reflection instead of recreating it entirely.

2 Likes

RoShade Directly Controls The Rendering By modifying roblox source code And Doesn’t Use Roblox Luau API which we use to create games, so for reflection we have to directly modify Roblox C code which roblox doesn’t allow, the only possible way is to tell the user to increase the graphics setting in roblox client or directly increase the graphics setting from A Local script.

2 Likes

I don’t have any idea how to do it because i literally don’t know anything about scripting so you could send the script?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.