Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- local chil = workspace:GetChildren()
- for i,v in pairs(chil) do
- if not (v==script or v:IsA("Camera") or v:IsA("Terrain") or game:GetService("Players"):GetPlayerFromCharacter(v)~=nil) then
- v:Destroy()
- end
- end
- Camera0 = Instance.new("Camera")
- Part1 = Instance.new("Part")
- Script2 = Instance.new("Script")
- Camera0.Parent = mas
- Camera0.CFrame = CFrame.new(3.81649828, 54.7871513, -54.7251968, -0.982294917, 0.137903318, -0.126804471, -0, 0.676864028, 0.736108065, 0.187341124, 0.723075211, -0.664880097)
- Camera0.CoordinateFrame = CFrame.new(3.81649828, 54.7871513, -54.7251968, -0.982294917, 0.137903318, -0.126804471, -0, 0.676864028, 0.736108065, 0.187341124, 0.723075211, -0.664880097)
- Camera0.Focus = CFrame.new(4.07010746, 53.3149338, -53.3954353, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Camera0.focus = CFrame.new(4.07010746, 53.3149338, -53.3954353, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part1.Name = "Rotate"
- Part1.Parent = mas
- Part1.CFrame = CFrame.new(0, -64, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part1.Position = Vector3.new(0, -64, 0)
- Part1.Color = Color3.new(0.388235, 0.372549, 0.384314)
- Part1.Size = Vector3.new(128, 128, 128)
- Part1.Anchored = true
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.BrickColor = BrickColor.new("Dark stone grey")
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.brickColor = BrickColor.new("Dark stone grey")
- Script2.Parent = Part1
- table.insert(cors,sandbox(Script2,function()
- Speed = .125
- while true do
- for i = 0, 360, Speed do
- script.Parent.CFrame = CFrame.new(script.Parent.Position)*CFrame.fromEulerAnglesXYZ(math.rad(i), math.rad(i), math.rad(i))
- Speed = Speed + .001
- wait(.001)
- end
- end
- --MADE BY KINGKILLER1000! DO NOT DENY OR YOU WILL DIE --XD ryhme
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement