filmov
tv
How To Show A GUI Only On PC(Roblox Studio)
Показать описание
In this video, I'm teaching you how to Show a GUI only on PC.
Script
-------------------------
uis = game:GetService("UserInputService")
PCK = uis.KeyboardEnabled
PCM = uis.MouseEnabled
if PCK then
script.Parent.Visible = true
elseif PCM then
script.Parent.Visible = true
end
-------------------------
Script Link
Script
-------------------------
uis = game:GetService("UserInputService")
PCK = uis.KeyboardEnabled
PCM = uis.MouseEnabled
if PCK then
script.Parent.Visible = true
elseif PCM then
script.Parent.Visible = true
end
-------------------------
Script Link
HOW TO MAKE LEADERSTATS SHOW ON A GUI 🛠️ Roblox Studio Tutorial
HOW TO MAKE A E TO OPEN A GUI 🛠️ Roblox Studio Tutorial
How to make a OPEN/CLOSE GUI in Roblox Studio
AUTOSCALE GUI TO FIT ALL DEVICES! 2021 - Roblox Studio in a minute
How To Show A GUI Only On PC(Roblox Studio)
HOW TO MAKE A GUI OPEN WHEN A PART IS CLICKED 🛠️ Roblox Studio Tutorial
How-to-fix: GUI object isn't visible on the screen | Roblox Studio
Tutorial How to make a GUI Pop Up After You Touch a Part On Roblox Studio
Use GitHub with ZERO lines of terminal code | GitHub Desktop GUI
How to OPEN A GUI WHEN A TOOL IS EQUIPPED in ROBLOX STUDIO!
ROBLOX - How to Scale GUI To Fit With All Devices!
How to make a GUI appear for a certain amount of time and then Disappear On Roblox Studio
How To Make A Tool Open A Gui In Roblox Studio
ROBLOX Tutorials I How to Make a Character Display (GUI)
OPEN GUI with a PART - Roblox Scripting Tutorial
How to Display a Player's Name on a Gui in Roblox Studio | Arro
How to make a GUI Only Visible to you or Any Other Players!
How to make a OPEN/CLOSE GUI | ROBLOX STUDIO (2024)
HOW TO MAKE ON SEAT GUI | R15/R6 | ROBLOX STUDIO
How To Display Roblox Player Image on Gui | Roblox Scripting Tutorial
How to Make a GUI APPEAR When a Part is Touched | Roblox Studio
How to Make a Cash Display GUI in Roblox Studio - Roblox Scripting Tutorial
How To Make GUI | Roblox Studio
Roblox UI Animation Tutorial #1 | Show/Hide GUI
Комментарии