Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
2 years ago
Diff never expires
Clear
Export
Share
Explain
3 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
40 lines
Copy
11 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
43 lines
Copy
Copy
Copied
Copy
Copied
-- Unluau v1.0.9-alpha guid:
6fda66ee-ff5d-4e31-97a3-59c0268eeebb
-- Unluau v1.0.9-alpha guid:
01a15d4d-c5fc-436b-9bf1-e007e2d6b6cc
return function(arg1, arg2)
return function(arg1, arg2)
require(script.Parent.defineLuaFlags)
require(script.Parent.defineLuaFlags)
local var0 = script:FindFirstAncestor("AnimationClipEditor")
local var0 = script:FindFirstAncestor("AnimationClipEditor")
local upval0 = require(var0.Packages.Dev.DeveloperTools)
local upval0 = require(var0.Packages.Dev.DeveloperTools)
local var1 = require(var0.Src.Util.DebugFlags)
local var1 = require(var0.Src.Util.DebugFlags)
local upval1 = require(var0.Packages.Roact)
local upval1 = require(var0.Packages.Roact)
local upval2 = require(var0.Src.Components.AnimationClipEditorPlugin)
local upval2 = require(var0.Src.Components.AnimationClipEditorPlugin)
Copy
Copied
Copy
Copied
if
then
if
not var1.RunTests()
then
if
then
if
var1.RunRhodiumTests()
then
return
return
end
end
end
end
return
return
local upval3 = nil
local upval3 = nil
local upval4 = nil
local upval4 = nil
arg1.Unloading:Connect(function()
arg1.Unloading:Connect(function()
Copy
Copied
Copy
Copied
if
then
if
upval4
then
upval1.unmount(upval4)
upval1.unmount(upval4)
end
end
Copy
Copied
Copy
Copied
if
then
if
upval3
then
upval3:destroy()
upval3:destroy()
end
end
end)
end)
function()
function()
local var36 = {}
local var36 = {}
var36.plugin = arg1
var36.plugin = arg1
var36.pluginLoaderContext = arg2
var36.pluginLoaderContext = arg2
Copy
Copied
Copy
Copied
local var0 = upval1.createElement(upval2, var36)
local upval4 = upval1
local upval4 = upval1
Copy
Copied
Copy
Copied
upval4 =
upval1.createElement(upval2,
var
36)
upval4 =
var
0
local var39 = upval4.mount(upval4)
local var39 = upval4.mount(upval4)
Copy
Copied
Copy
Copied
if
then
if
pcall(function()
if
then
return game:GetService("StudioService"):HasInternalPermission()
end)
then
if
var0
then
local var50 = upval0.forPlugin("AnimationClipEditor", arg1)
local var50 = upval0.forPlugin("AnimationClipEditor", arg1)
upval3:addRoactTree("Roact tree", upval4, upval1)
upval3:addRoactTree("Roact tree", upval4, upval1)
end
end
end
end
end()
end()
end
end
Saved diffs
Original text
Open file
-- Unluau v1.0.9-alpha guid: 6fda66ee-ff5d-4e31-97a3-59c0268eeebb return function(arg1, arg2) require(script.Parent.defineLuaFlags) local var0 = script:FindFirstAncestor("AnimationClipEditor") local upval0 = require(var0.Packages.Dev.DeveloperTools) local var1 = require(var0.Src.Util.DebugFlags) local upval1 = require(var0.Packages.Roact) local upval2 = require(var0.Src.Components.AnimationClipEditorPlugin) if then if then return end end return local upval3 = nil local upval4 = nil arg1.Unloading:Connect(function() if then upval1.unmount(upval4) end if then upval3:destroy() end end) function() local var36 = {} var36.plugin = arg1 var36.pluginLoaderContext = arg2 local upval4 = upval1 upval4 = upval1.createElement(upval2, var36) local var39 = upval4.mount(upval4) if then if then local var50 = upval0.forPlugin("AnimationClipEditor", arg1) upval3:addRoactTree("Roact tree", upval4, upval1) end end end() end
Changed text
Open file
-- Unluau v1.0.9-alpha guid: 01a15d4d-c5fc-436b-9bf1-e007e2d6b6cc return function(arg1, arg2) require(script.Parent.defineLuaFlags) local var0 = script:FindFirstAncestor("AnimationClipEditor") local upval0 = require(var0.Packages.Dev.DeveloperTools) local var1 = require(var0.Src.Util.DebugFlags) local upval1 = require(var0.Packages.Roact) local upval2 = require(var0.Src.Components.AnimationClipEditorPlugin) if not var1.RunTests() then if var1.RunRhodiumTests() then return end end return local upval3 = nil local upval4 = nil arg1.Unloading:Connect(function() if upval4 then upval1.unmount(upval4) end if upval3 then upval3:destroy() end end) function() local var36 = {} var36.plugin = arg1 var36.pluginLoaderContext = arg2 local var0 = upval1.createElement(upval2, var36) local upval4 = upval1 upval4 = var0 local var39 = upval4.mount(upval4) if pcall(function() return game:GetService("StudioService"):HasInternalPermission() end) then if var0 then local var50 = upval0.forPlugin("AnimationClipEditor", arg1) upval3:addRoactTree("Roact tree", upval4, upval1) end end end() end
Find difference