How do I make a texture appear when close by?

Is it possible to have a texture load in when you are near like the one in turbo dismount?
image

1 Like

i mean you can make a script so when the player touches a part it will show the texture :person_shrugging:
(locally, or server wise, depends on the context)

Somewhat silly idea, but you could use the glitchy effect that when you’re in distance the texture dissapears for the aid of memory usage.

Basically bring two textures as close as you can(distance 0.01 or 0.001) and one of them will be on top and superior to it when in distance.

I wouldn’t rely on that, like @WickdSuper said, you can just make a script for it.

This ain’t a scripting support tho :slight_smile:

But the easiest solution involves scripting.

Hi, ik this is a year late but I just stumbled across this post and for anyone interested I made a module that does exactly what you’re looking for https://devforum.roblox.com/t/distancefade-a-transparency-falloff-effect-for-your-games/3136828

2 Likes

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