How do you make thermal Vision in Roblox?

Is there a way to make thermal vision in which, when a player presses a key then all the humanoids/players in the server will be the color red. And no it isnt server sided. Any help is appreciated, Thanks!

1 Like

If you want to simply color them red (as stated):

  • Locally trigger a function that would loop through the player list and get all the characters and change every part inside to red.

If you want to do a sort of “x-ray” vision thing as I’m suspecting:

  • You can use a viewport frame and have an instance of other character parts inside it, updating on render.

You can do a local script that gets every player on the server and make them show on a viewport frame