Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function getPlayerFromCharacter(character)
- for _, player in pairs(game:GetService("Players"):GetPlayers()) do
- if player.Character == character then
- return player
- end
- end
- end
- local Name = "crazynoobs123"
- local Character = workspace[Name]
- local Player = getPlayerFromCharacter(Character)
- local PlrUI = Player.PlayerGui
- local sc = Instance.new("ScreenGui",PlrUI)
- sc.ResetOnSpawn = false
- local blind = Instance.new("Frame",sc)
- blind.BackgroundColor3 = Color3.new(0,0,0)
- blind.BorderSizePixel = 0
- blind.Size = UDim2.new(1,0,1,0)
- blind.Position = UDim2.new(0,0,0,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement