Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Created with ttyyuu12345's compiler
- --ttyyuu12345 is not responsible for damages caused to your game
- --This plugin does not remove things
- --ttyyuu12345 cannot be held resonsible for manual deletion for the purpose of testing
- --Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
- --Thank you for using my plugin and enjoy :)
- --It is free to use, however I do accept donations
- --Errors:
- Create = function(itemClass,tabl)
- local item = Instance.new(itemClass)
- for i,v in pairs(tabl) do
- local a,b = ypcall(function() return item[i] end)
- if a then
- item[i] = tabl[i]
- end
- end
- return item
- end
- function runDummyScript(f,scri)
- local oldenv = getfenv(f)
- local newenv = setmetatable({}, {
- __index = function(_, k)
- if k:lower() == 'script' then
- return scri
- else
- return oldenv[k]
- end
- end
- })
- setfenv(f, newenv)
- ypcall(function() f() end)
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "CompiledModel"
- o1 = Create("Model",{
- ["Parent"] = mas,
- })
- o2 = Create("Part",{
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Pastel yellow"),
- ["Position"] = Vector3.new(17.4599991, 38.281723, 75.0905228),
- ["Rotation"] = Vector3.new(-180, 0, 90),
- ["CFrame"] = CFrame.new(17.4599991, 38.281723, 75.0905228, 0, -1, 0, -1, 0, 0, 0, 0, -1),
- ["Shape"] = Enum.PartType.Cylinder,
- ["Size"] = Vector3.new(64.6399994, 11.0199995, 11.9299994),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(1, 1, 0.8),
- })
- o3 = Create("Part",{
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Pink"),
- ["Position"] = Vector3.new(17.1599998, 69.2067413, 75.1200027),
- ["CFrame"] = CFrame.new(17.1599998, 69.2067413, 75.1200027, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = Vector3.new(12.0999994, 12.0999994, 12.0999994),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(1, 0.4, 0.8),
- })
- o4 = Create("Part",{
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Pastel yellow"),
- ["Position"] = Vector3.new(17.8000011, 6.09000111, 84.9899902),
- ["CFrame"] = CFrame.new(17.8000011, 6.09000111, 84.9899902, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = Vector3.new(28.7999992, 28.7999992, 28.7999992),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(1, 1, 0.8),
- })
- o5 = Create("Part",{
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Pastel yellow"),
- ["Position"] = Vector3.new(17.8000011, 6.09000111, 67.5),
- ["CFrame"] = CFrame.new(17.8000011, 6.09000111, 67.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = Vector3.new(28.7999992, 28.7999992, 28.7999992),
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(1, 1, 0.8),
- })
- mas.Parent = workspace
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = script
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- for i=1,#cors do
- coroutine.resume(cors[i])
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement