КАК СДЕЛАТЬ РАБОЧИЙ ТЕЛЕВИЗОР В ROBLOX STUDIO

Аватар автора
Romantic Robots
скрипты: 1 скрипт на видео) local video = script.Parent while true do video.Playing = true end 2 скрипт на кнопку) local video = script.Parent.Parent.Parent.video local button = script.Parent button.MouseButton1Up:Connect(function() video.Visible = true video.Volume = 1 wait(7) video.Volume = 0 video.Visible = false end)

0/0


0/0

0/0

0/0