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