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