Skip to content

Commit a289e8e

Browse files
authored
Update .lua
1 parent 6383ea5 commit a289e8e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.lua

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- Date: 16-12-2022
55

66

7+
78
-- Instances:
89

910
local ScreenGui = Instance.new("ScreenGui")
@@ -16,7 +17,7 @@ ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
1617

1718
CopyCframe.Name = "CopyCframe"
1819
CopyCframe.Parent = ScreenGui
19-
CopyCframe.BackgroundColor3 = Color3.fromRGB(252, 224, 63)
20+
CopyCframe.BackgroundColor3 = Color3.fromRGB(253, 233, 100)
2021
CopyCframe.BorderColor3 = Color3.fromRGB(247, 173, 1)
2122
CopyCframe.BorderSizePixel = 5
2223
CopyCframe.Position = UDim2.new(0.444042802, 0, 0.460447341, 0)
@@ -30,21 +31,21 @@ CopyCframe.TextWrapped = true
3031

3132
-- Scripts:
3233

33-
local function ZDAJ_fake_script() -- CopyCframe.Script
34+
local function LPVVAM_fake_script() -- CopyCframe.Script
3435
local script = Instance.new('Script', CopyCframe)
3536

3637
script.Parent.MouseButton1Click:Connect(function()
3738
Cframe = tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
3839
setclipboard(Cframe)
3940
end)
4041
end
41-
coroutine.wrap(ZDAJ_fake_script)()
42-
local function ZNHH_fake_script() -- ScreenGui.LocalScript
42+
coroutine.wrap(LPVVAM_fake_script)()
43+
local function DNFR_fake_script() -- ScreenGui.LocalScript
4344
local script = Instance.new('LocalScript', ScreenGui)
4445

4546
frame = script.Parent.CopyCframe
4647
frame.Draggable = true
4748
frame.Selectable = true
4849
frame.Active = true
4950
end
50-
coroutine.wrap(ZNHH_fake_script)()
51+
coroutine.wrap(DNFR_fake_script)()

0 commit comments

Comments
 (0)