Is there a way to make a realist digital screen?

but what i need help on is the script itself lmao

Okay, what are you trying to do?

local ReactorTempature = "100" -- can be edited with remove events

spawn(function()
      while true do
           wait()
           TextLabel.Text = ReactorTempature
      end
end)

This script would update the reactor tempature to display on the textlabel every second.

a digital screen to display a value

oh for the script you can just write:
while wait(1) do
script.Parent[0].Transperancy = 0
wait(1)
script.Parent[0].Transpercandy = 1
end)

ik how to script this, but u can import font in rbs studio, i mean i think so?

you cant import fonts to studio.

!!! is that a joke??? i wasnt aware of that

If you want to use parts you need to make a script that changes the transperancy of each number, every second.

how do we imort font to roblox?

like i said:

no if i can use text ill use text, i want aware of this

You can’t. You can make your own 3D-Fonts using blender, or use an image label.

what is the use of that? its just editing the transparency

you cant import to the normal text.

then why did he said we can import lmao so sad

It makes it so the numbers change. Transperancy = 1 = not visible
Transperancy = 0 = Visible

who said that we can import? you can import only to images and meshes.

i know , i scripted for 2 years … thats useless, i need a thing that display a number

You just want it to display a number? And the numbers don’t change?