Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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
Source by devforum.roblox.com #
 
PREVIOUS NEXT
Tagged: #making #gui #visible #owner #roblox
ADD COMMENT
Topic
Name
4+6 =