Skip to content

Instantly share code, notes, and snippets.

View Friendosie's full-sized avatar
:shipit:

Friendosie Friendosie

:shipit:
View GitHub Profile
This file has been truncated, but you can view the full file.
blak = Color3.new(0,0,0)
rede = Color3.new(255/255,0/255,0/255)
tef = "SourceSans"
whit = Color3.new(255/255,255/255,255/255)
local cka = Instance.new("ScreenGui")
cka.Parent = game.Players.LocalPlayer.PlayerGui
cka.Name = "culgui"
local frame = Instance.new("Frame")
frame.Parent = cka
frame.BackgroundColor3 = blak
This file has been truncated, but you can view the full file.
blak = Color3.new(0,0,0)
rede = Color3.new(255/255,0/255,0/255)
tef = "SourceSans"
whit = Color3.new(255/255,255/255,255/255)
local cka = Instance.new("ScreenGui")
cka.Parent = game.Players.LocalPlayer.PlayerGui
cka.Name = "culgui"
local frame = Instance.new("Frame")
frame.Parent = cka
frame.BackgroundColor3 = blak