Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

making a gui that can only be visible by owner roblox

local players = game.Players.LocalPlayer
local gui = script.Parent.Frame -- location of the ui

if players.Name == "DrxpLoxs" then
gui.Visible=true
else
print("User is not me, gui hidden")
end
Comment

PREVIOUS NEXT
Code Example
Csharp :: convert string to date in c# 
Csharp :: dropdown wpf 
Csharp :: Unity c#loading a scene after a few seconds 
Csharp :: int to ascii c# 
Csharp :: unique items in list c# 
Csharp :: No context type was found in the assembly 
Csharp :: placeholder syntax c# 
Csharp :: c# number in range 
Csharp :: c# datagridview filter textbox 
Csharp :: base64 decode how used in c# 
Csharp :: crop bitmap image c# 
Csharp :: loading screen unity 
Csharp :: unity movement 
Csharp :: mute sound unity 
Csharp :: how to check a list is null or empty in c# 
Csharp :: c# double to string with dot 
Csharp :: c# making a folder 
Csharp :: unity detect keyboard not mouse 
Csharp :: random.range unity not working 
Csharp :: distinct prime factors count of a number 
Csharp :: unity key down 
Csharp :: c# get array subarray 
Csharp :: c# move files from one folder to another 
Csharp :: c# new dictionary linq 
Csharp :: order by length descending C# 
Csharp :: get out of foreach statement c# 
Csharp :: c# list length 
Csharp :: operator -- c# 
Csharp :: c# cancellationtoken example 
Csharp :: array sort c# 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =