Тёмный

How to make a working TV/Cinema in Roblox Studio 

Builderman
Подписаться 143
Просмотров 11 тыс.
50% 1

In this video, I show you how to make a TV/Cinema in Roblox Studio. You can display videoclips in your own game! I do my best to explain everything on the way so you also understand how the script works in case you want to edit it. I hope this helps!
If you have any troubles with the script, or if it helped you out then please leave a comment. I deeply appreciate any and every comment I recieve!
All music in this video is make by LuKremBo. Links:
/ @lukrembo
/ lukrembo

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@Zokri-By
@Zokri-By 9 месяцев назад
Here you go Everyone ! local TV = script.Parent local Screen = TV.Screen local Remote = TV.Remote PowerOn = false Remote.ProximityPrompt.Triggered:Connect(function() if PowerOn == false then Screen.SurfaceGui.Enabled = true Remoted.ProximityPrompt.ObjectText = "Power Off" elseif PowerOn == true then Screen.SurfaceGui.Enabled = false PowerOn = false Remote.ProximityPrompt.ObjectText = "Power On" else print "Error" end end)
@Cold987
@Cold987 9 месяцев назад
You made a mistake on "Remoted" its supposed to be Remote
@Human_3.141
@Human_3.141 5 месяцев назад
omg tysm I was having trouble reading it :)
@CherryWhisper23
@CherryWhisper23 23 дня назад
local tv = script.Parent local screen = tv.screen local remote = tv.remote PowerOn = false remote.ProximityPrompt.Triggered:Connect(function() if PowerOn == false then screen.SurfaceGui.Enabled = true PowerOn = true remote.ProximityPrompt.ObjectText = "Power Off" elseif PowerOn == true then screen.SurfaceGui.Enabled = false PowerOn = false remote.ProximityPrompt.ObjectText = "Power On" else print "Error" end end)
@Cold987
@Cold987 9 месяцев назад
WORKING SCRIPT: local TV = script.Parent local Screen = TV.Screen local Remote = TV.Remote PowerOn = false Remote.ProximityPrompt.Triggered:Connect(function() if PowerOn == false then Screen.SurfaceGui.Enabled = true Remote.ProximityPrompt.ObjectText = "Power Off" PowerOn = true elseif PowerOn == true then Screen.SurfaceGui.Enabled = false PowerOn = false Remote.ProximityPrompt.ObjectText = "Power On" else print "Error" end end)
@marcosmejias1177
@marcosmejias1177 29 дней назад
To me works
@GreatBritain105
@GreatBritain105 8 месяцев назад
I love the annoying added in keyboard sounds i can't turn off.
@Badgamesstudios-77
@Badgamesstudios-77 Месяц назад
What if I want my own video to play,not a downloaded one?
@mika.gomes.
@mika.gomes. 29 дней назад
local TV = script.Parent local Screen = TV.Screen local Remote = TV.Remote PowerOn = false Remote.ProximityPrompt.Triggered:Connect(function() if PowerOn == false then Screen.SurfaceGui.Enabled = true Remote.ProximityPrompt.ObjectText = "Power Off" PowerOn = true elseif PowerOn == true then Screen.SurfaceGui.Enabled = false PowerOn = false Remote.ProximityPrompt.ObjectText = "Power On" else print "Error" end end)
@SAVETH3M
@SAVETH3M 8 месяцев назад
How would i disable the audio with iy
@Vegeta_9999db
@Vegeta_9999db 7 месяцев назад
Skill issue go learn something from The game Kung fu panda 4 Free emotes
@Kyo_i1
@Kyo_i1 2 месяца назад
how to make it auto turn off after turning on?
@Zokri-By
@Zokri-By 9 месяцев назад
Tbh not working just song playing
@cacklingyappingandcrapping6784
@cacklingyappingandcrapping6784 3 месяца назад
i cant find the picture on my screen?
@Gmod_Gun
@Gmod_Gun Год назад
Can you make a code where it was like this but you need like a vhs or some type of cd to play the video?
@Aiecist
@Aiecist Год назад
you could probubly just do this but make it look more like a vhs and add an animation
@Annaliviaville
@Annaliviaville 6 месяцев назад
I need to know how to change pics from on the tv to the next & idk how
@santiagopickelny872
@santiagopickelny872 6 месяцев назад
Do u find some video that explain that?
@Annaliviaville
@Annaliviaville 6 месяцев назад
@@santiagopickelny872 no
@Annaliviaville
@Annaliviaville 6 месяцев назад
@@santiagopickelny872 haven’t found any
@mika.gomes.
@mika.gomes. 29 дней назад
do a video no picture lol?
@Vhonos
@Vhonos 5 месяцев назад
Very good video this helped alot👍
@BeiwnMasuta205
@BeiwnMasuta205 Год назад
It's not work for me, all it say's is "Interact" I try to click the button but it doesn't work.
@gocrucial
@gocrucial Год назад
Doesnt work
@player101__1
@player101__1 2 месяца назад
for people whose TV is not turning off local TV = script.Parent local Screen = TV.Screen local Remote = TV.Remote local PowerOn = false Remote.ProximityPrompt.Triggered:Connect(function() if PowerOn == false then Screen.SurfaceGui.Enabled = true Remote.ProximityPrompt.ObjectText = "Power Off" PowerOn = true -- Set PowerOn to true when the TV is powered on elseif PowerOn == true then Screen.SurfaceGui.Enabled = false PowerOn = false Remote.ProximityPrompt.ObjectText = "Power On" else print("Error") end end)
@advaiththeking
@advaiththeking Год назад
Hey my script isnt working can you see if its correct? local TV = script.Parent local Screen = TV.Screen local Remote = TV.Remote PowerOn = false Remote.ProximityPrompt.Triggered:Connect(function() if PowerOn == false then Screen.SurfaceGui.Enabled = true PowerOn = true Remote.ProximityPrompt.ObjectText = Power Off elseif PowerOn == true then Screen.SurfaceGui.Enabled = false PowerOn = false Remote.ProximityPrompt.ObjectText = Power On else print Error end end
@ReefBlox222
@ReefBlox222 Год назад
Im also no working local Tv = script.Parent local Screen = Tv.Screen local Remote = Tv.Remote PowerOn = false Remote.ProximityPromt. Triggered:Connect(Function() if PowerOn == false then Screen. SurfaceGui . Enabled = true PowerOn = true Remote.ProximityPromt.ObjectText = "Power Off" elseif PowerOn == true then Screen.SurfaceGui.Enabled = false PowerOn= false Remote.ProximityPromt.ObjectText = "Power On" else print "Error" end end)
@blobstudio
@blobstudio Год назад
both of you arent printing correctly, you need to print like so: print("text")
@Cold987
@Cold987 9 месяцев назад
THIS IS WORKING SCRIPT: local TV = script.Parent local Screen = TV.Screen local Remote = TV.Remote PowerOn = false Remote.ProximityPrompt.Triggered:Connect(function() if PowerOn == false then Screen.SurfaceGui.Enabled = true Remote.ProximityPrompt.ObjectText = "Power Off" PowerOn = true elseif PowerOn == true then Screen.SurfaceGui.Enabled = false PowerOn = false Remote.ProximityPrompt.ObjectText = "Power On" else print "Error" end end)
@mug15
@mug15 10 месяцев назад
excuse me, "ProximityPrompt" isn't a thing in script.
@luca_tryme
@luca_tryme 10 месяцев назад
yes it is
@bedwars786
@bedwars786 Год назад
bro amazing videos why did you stop?
@mouadelbadaoui5511
@mouadelbadaoui5511 Год назад
Oh cool
@lindseybannister7996
@lindseybannister7996 11 месяцев назад
Is this official Builderman?
@MrGatoYT-xw9qe
@MrGatoYT-xw9qe 2 месяца назад
Nooo
@lutfeemo8521
@lutfeemo8521 Год назад
Idea: make a NPC that would change its talking like You ask it can i have the code if you are like a good guy or something he would reply yes i its "CODE" but if you are a bad guy or something he would relpy "No im not letting criminals have it" =
@Builderman-
@Builderman- Год назад
So like the NPC checks if you're on a certain Team? That sounds like a great idea, I might do that. What will you be using it for? I'm thinking about what would be a good title for the video. Thanks for helping me with future videos :)
@lutfeemo8521
@lutfeemo8521 Год назад
@@Builderman- Idk,
@_Hi_check_out_my_video....
@_Hi_check_out_my_video.... Год назад
оур
Далее
Making My Roblox Game VIRAL in 24 HOURS
9:24
Просмотров 35 тыс.
How One Man Hacked Hypixel...
15:15
Просмотров 154 тыс.
Qalpoq - Amakivachcha (hajviy ko'rsatuv)
41:44
Просмотров 437 тыс.
Шоколадная девочка
00:23
Просмотров 454 тыс.
[RetroStudio] Why Is Watch A TV So POPULAR?
3:11
Просмотров 36 тыс.
How to Animate an ENTIRE SCENE with ROBLOX STUDIO!!!
3:49
i crashed out trying to find buttons in Roblox...
18:43
How To Make GUI In Roblox Studio
25:37
Просмотров 61 тыс.
How to Make Super Reflective Parts!
14:52
Просмотров 45 тыс.
Tips to get BETTER at BUILDING in Roblox Studio
4:23
Просмотров 252 тыс.
Strongest Battlegrounds But Our Moves are RANDOM!
22:22