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

How can I make a thermal imager?

Asked by 2 years ago

I have a thermal imager that works somehow. Why "somehow"?Because all it does is turning the atmosphere purple and make any kind of noise when it is turned on.

For confirmation, here's my local script:

local Color = game.Lighting.ColorCorrection
local tool = script.Parent
local sound  = tool.Handle.Sound

tool.Equipped:Connect(function()
    Color.Enabled = true
    sound:Play()
end)

tool.Unequipped:Connect(function()
    Color.Enabled = false
end)

I give you the link: https://imageupload.io/i/ahOOYnirtO

A bit too small picture.I'll explain it to you. The screenshot comes from the popular roblox game "isle".

The player can see other players from behind the wall.And now the main question: How do I do that?My point is, for example, what articles from devforum can I use to do this project.How can you make other players appear behind the wall, and then in yellow?

If anyone starts to write "scripting helpers is for helping with writing scripts, not copying them" then listen to my statement.I don't have to ask anyone about it and I urgently need help. If you help me with the project, I can even send you this thermal imager.

Plz please reply quickly KotyOceloty

1
you could put surfacegui's on every surface of the player, and enable AlwaysOnTop (allows the ability to see through walls). And in each surfacegui you could have a yellow frame Omzure 94 — 2y
1
And use region3 NotThatFamouss 605 — 2y
0
what is region3? KotyOceloty 25 — 2y

Answer this question