SHOW:
|
|
- or go back to the newest paste.
1 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
2 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
3 | local RealPlayer = Player | |
4 | do print("FE Compatibility code by Mokiros");InternalData = {}InternalData.RealOwner = owner;InternalData.RealObjs = {};InternalData.SoundLoudness = {};local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end,__call=function(self,...)local t=rawget(self,"_RealService")if t then return t(...)end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return self[t]end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;x.RunService=v({RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")setmetatable(x,{__index=function(self,t)return r:GetService(t)or typeof(r[t])=="function"and function(m,...)return r[t](r,...)end or r[t]end,__newindex=s.__newindex,__call=s.__call})game,owner=x,x.Players.LocalPlayer | |
5 | script.Parent = InternalData.RealOwner.Character | |
6 | local Event = Instance.new("RemoteEvent");Event.Name = "UserInput";InternalData.Event = Event | |
7 | local function createObject (connections, index) | |
8 | local proxy = newproxy (true);local meta = getmetatable (proxy); | |
9 | local runbind = function (self, i, ...) connections[i]:Fire (...); end; | |
10 | while (#connections > 0) do connections[table.remove(connections, 1)] = Instance.new ('BindableEvent');end; | |
11 | meta.__index = function (self, i) | |
12 | if (i == 'TriggerEvent') then return runbind end; | |
13 | return connections[i] and connections[i].Event or index[i]; | |
14 | end; | |
15 | meta.__newindex = index;meta.__metatable = false;return proxy | |
16 | end; | |
17 | local Mouse = createObject({"KeyUp","KeyDown","Button1Down","Button1Up"},{["Target"] = nil;["Hit"] = CFrame.new()}) | |
18 | local UserInputService = createObject({"InputBegan","InputEnded"},{}) | |
19 | local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...) | |
20 | self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil | |
21 | end};ContextActionService.UnBindAction = ContextActionService.BindAction | |
22 | Event.OnServerEvent:Connect(function(FiredBy,Input) | |
23 | if FiredBy ~= InternalData.RealOwner then return end | |
24 | if Input.MouseEvent then | |
25 | Mouse.Target = Input.Target;Mouse.Hit = Input.Hit | |
26 | elseif Input.Sound then | |
27 | if InternalData.SoundLoudness[Input.Sound] then InternalData.SoundLoudness[Input.Sound] = Input.Loudness end | |
28 | else | |
29 | local Begin = Input.UserInputState == Enum.UserInputState.Begin | |
30 | if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TriggerEvent(Begin and "Button1Down" or "Button1Up") end | |
31 | for _,Action in pairs(ContextActionService.Actions) do | |
32 | for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end | |
33 | end | |
34 | Mouse:TriggerEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower());UserInputService:TriggerEvent(Begin and "InputBegan" or "InputEnded",Input,false) | |
35 | end | |
36 | end) | |
37 | InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService | |
38 | Event.Parent = NLS([[ | |
39 | local Player = owner; | |
40 | local Sounds = {}; | |
41 | local Event = script:WaitForChild("UserInput"); | |
42 | local UserInputService = game:GetService("UserInputService"); | |
43 | local Mouse = Player:GetMouse(); | |
44 | local Input = function(Input,gameProcessedEvent) | |
45 | if gameProcessedEvent then return end | |
46 | Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState}) | |
47 | end | |
48 | Event.OnClientEvent:connect(function(Args) | |
49 | if Args[1] == "NewSound" then table.insert(Sounds,Args[2]) end | |
50 | end) | |
51 | UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input) | |
52 | local Hit,Target | |
53 | while wait(1/30) do | |
54 | for x,Sound in pairs(Sounds) do | |
55 | if Sound.Parent then Event:FireServer({["Sound"]=Sound,["Loudness"]=Sound.PlaybackLoudness}) end | |
56 | end | |
57 | if Hit ~= Mouse.Hit or Target ~= Mouse.Target then | |
58 | Hit = Mouse.Hit;Target = Mouse.Target; | |
59 | Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit}) | |
60 | end | |
61 | end | |
62 | ]],InternalData.RealOwner.Character) | |
63 | end | |
64 | InternalData.NewOwner = setmetatable({},{ | |
65 | __index = function (self,Index) | |
66 | local Type = type(InternalData.RealOwner[Index]) | |
67 | - | part_29=Instance.new("Part")nubland.Name="NubLand";part.Anchored=true |
67 | + | if Type == "function" then |
68 | if Index:lower() == "getmouse" or Index:lower() == "mouse" then | |
69 | return function (self)return InternalData["Mouse"] end | |
70 | end | |
71 | return function (self,...)return InternalData.RealOwner[Index](InternalData.RealOwner,...) end | |
72 | elseif Index == "FakePlayer" then | |
73 | return true | |
74 | end | |
75 | return InternalData.RealOwner[Index] | |
76 | end; | |
77 | __tostring = function(self) return tostring(InternalData.RealOwner) end | |
78 | }) | |
79 | --LoadLibrary("RbxUtility").Create | |
80 | InternalData.LoadLibrary = LoadLibrary;LoadLibrary = function(Library) | |
81 | if Library == "RbxUtility" then | |
82 | return setmetatable({},{ | |
83 | __tostring = function() return "RbxUtility" end; | |
84 | __index = function(self, Index) | |
85 | if Index:lower() == "create" then | |
86 | return function(Type) | |
87 | return function(Data) | |
88 | Data = Data or {} | |
89 | local Inst = Instance.new(Type) | |
90 | for x,y in pairs(Data) do | |
91 | if InternalData.RealObjs[y] then y = InternalData.RealObjs[y] end | |
92 | if y == owner then y = InternalData.RealOwner end | |
93 | Inst[x] = y | |
94 | end | |
95 | return Inst | |
96 | end | |
97 | end | |
98 | end | |
99 | return InternalData.LoadLibrary(Library)[Index] | |
100 | end | |
101 | }) | |
102 | end | |
103 | return InternalData.LoadLibrary(Library) | |
104 | end | |
105 | InternalData.RealInstance = Instance;Instance = setmetatable({},{ | |
106 | __index = function (self,Index) | |
107 | if Index:lower() == 'new' then | |
108 | return function (Type, Parent) | |
109 | if Parent == owner then Parent = InternalData.RealOwner end | |
110 | if InternalData.RealObjs[Parent] then Parent = InternalData.RealObjs[Parent] end | |
111 | local Real = InternalData.RealInstance.new(Type,Parent) | |
112 | if not Type then return end | |
113 | if Type == "BillboardGui" then | |
114 | local ToReturn = setmetatable({},{ | |
115 | __index = function (self,Index) | |
116 | if type(Real[Index]) == "function" then | |
117 | if Index:lower() == "clone" then | |
118 | return function (self) | |
119 | local Real = Real:Clone() | |
120 | local ToReturn = setmetatable({RealObject = Real},{ | |
121 | __index = function (self,Index) | |
122 | if type(Real[Index]) == "function" then return function (self,...) return Real[Index](Real,...)end end | |
123 | return Real[Index] | |
124 | end; | |
125 | __newindex = function (self,Index,Value) | |
126 | if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end | |
127 | if Value == owner then Value = InternalData.RealOwner end | |
128 | Real[Index] = Value | |
129 | end; | |
130 | __tostring = function(self) return tostring(Real) end; | |
131 | }) | |
132 | InternalData.RealObjs[ToReturn] = Real;return ToReturn; | |
133 | end | |
134 | end | |
135 | return function (self,...) return Real[Index](Real,...)end | |
136 | end | |
137 | return Real[Index] | |
138 | end; | |
139 | __newindex = function (self,Index,Value) | |
140 | if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end | |
141 | if Value == owner then Value = InternalData.RealOwner end | |
142 | Real[Index] = Value | |
143 | end; | |
144 | __tostring = function(self) return tostring(Real) end; | |
145 | }) | |
146 | InternalData.RealObjs[ToReturn] = Real;return ToReturn; | |
147 | elseif Type:lower() == "sound" then | |
148 | Real.Parent = owner.Character; | |
149 | local ToReturn = setmetatable({RealObject = Real},{ | |
150 | __index = function (self,Index) | |
151 | if Index:lower() == "playbackloudness" then | |
152 | return InternalData.SoundLoudness[Real] or 0 | |
153 | elseif type(Real[Index]) == "function" then | |
154 | if Index:lower() == "clone" then | |
155 | return function (self) | |
156 | local Real = Real:Clone() | |
157 | local ToReturn = setmetatable({},{ | |
158 | __index = function (self,Index) | |
159 | if type(Real[Index]) == "function" then return function (self,...) return Real[Index](Real,...)end end | |
160 | return Real[Index] | |
161 | end; | |
162 | __newindex = function (self,Index,Value) | |
163 | if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end | |
164 | if Value == owner then Value = InternalData.RealOwner end | |
165 | Real[Index] = Value | |
166 | end; | |
167 | __tostring = function(self) return tostring(Real) end; | |
168 | }) | |
169 | InternalData.RealObjs[ToReturn] = Real;return ToReturn; | |
170 | end | |
171 | end | |
172 | return function (self,...) return Real[Index](Real,...)end | |
173 | end | |
174 | return Real[Index] | |
175 | end; | |
176 | __newindex = function (self,Index,Value) | |
177 | if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end | |
178 | if Value == owner then Value = InternalData.RealOwner end | |
179 | Real[Index] = Value | |
180 | end; | |
181 | __tostring = function(self) return tostring(Real) end; | |
182 | }) | |
183 | InternalData.RealObjs[ToReturn] = Real;InternalData.SoundLoudness[Real] = 0;repeat wait() until InternalData.Event.Parent InternalData.Event:FireClient(InternalData.RealOwner,{"NewSound",Real}) return ToReturn; | |
184 | else | |
185 | local ToReturn = setmetatable({RealObject = Real},{ | |
186 | __index = function (self,Index) | |
187 | if type(Real[Index]) == "function" then | |
188 | if Index:lower() == "clone" then | |
189 | return function (self) | |
190 | local Real = Real:Clone() | |
191 | local ToReturn = setmetatable({},{ | |
192 | __index = function (self,Index) | |
193 | if type(Real[Index]) == "function" then return function (self,...) return Real[Index](Real,...)end end | |
194 | return Real[Index] | |
195 | end; | |
196 | __newindex = function (self,Index,Value) | |
197 | if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end | |
198 | if Value == owner then Value = InternalData.RealOwner end | |
199 | Real[Index] = Value | |
200 | end; | |
201 | __tostring = function(self) return tostring(Real) end; | |
202 | }) | |
203 | InternalData.RealObjs[ToReturn] = Real;return ToReturn; | |
204 | end | |
205 | end | |
206 | return function (self,...) return Real[Index](Real,...)end | |
207 | end | |
208 | return Real[Index] | |
209 | end; | |
210 | __newindex = function (self,Index,Value) | |
211 | if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end | |
212 | if Value == owner then Value = InternalData.RealOwner end | |
213 | Real[Index] = Value | |
214 | end; | |
215 | __tostring = function(self) return tostring(Real) end; | |
216 | }) | |
217 | InternalData.RealObjs[ToReturn] = Real;return ToReturn; | |
218 | end | |
219 | end | |
220 | end | |
221 | return InternalData.RealInstance[Index] | |
222 | end; | |
223 | __tostring = function(self) return tostring(InternalData.RealInstance) end; | |
224 | }); | |
225 | InternalData.RealGame = game;game = setmetatable({},{ | |
226 | __index = function (self,Index) | |
227 | if InternalData.RealGame[Index] then | |
228 | local Type = type(InternalData.RealGame[Index]) | |
229 | if Type == "function" then | |
230 | if Index:lower() == "getservice" or Index:lower() == "service" then | |
231 | return function (self,Service) | |
232 | local FakeServices = { | |
233 | ["players"] = function() | |
234 | return setmetatable({},{ | |
235 | __index = function (self2,Index2) | |
236 | local RealService = InternalData.RealGame:GetService(Service) | |
237 | local Type2 = type(RealService[Index2]) | |
238 | if Type2 == "function" then | |
239 | return function (self,...) return RealService[Index2](RealService,...)end | |
240 | else | |
241 | if Index2:lower() == "localplayer" then return InternalData.NewOwner end | |
242 | return RealService[Index2] | |
243 | end | |
244 | end; | |
245 | __tostring = function(self) return tostring(InternalData.RealGame:GetService(Service)) end | |
246 | }) | |
247 | end; | |
248 | ["contextactionservice"] = function() return InternalData["ContextActionService"] end; | |
249 | ["userinputservice"] = function() return InternalData["UserInputService"] end; | |
250 | ["debris"] = function() | |
251 | return setmetatable({},{ | |
252 | __index = function(self2,Index2) | |
253 | local RealService = InternalData.RealGame:GetService(Service) | |
254 | local Type2 = type(RealService[Index2]) | |
255 | if Type2 == "function" then | |
256 | if Index2:lower() == "additem" then | |
257 | return function (self,Item,Time) | |
258 | if InternalData.RealObjs[Item] then Item = InternalData.RealObjs[Item] end | |
259 | return RealService:AddItem(Item,Time) | |
260 | end | |
261 | end | |
262 | return function (self,...) return RealService[Index2](RealService,...) end | |
263 | end | |
264 | return RealService[Index2] | |
265 | end; | |
266 | __tostring = function(self) return tostring(InternalData.RealGame:GetService("Debris")) end | |
267 | }) | |
268 | end; | |
269 | ["runservice"] = function() | |
270 | return setmetatable({},{ | |
271 | __index = function(self2,Index2) | |
272 | local RealService = InternalData.RealGame:GetService(Service) | |
273 | local Type2 = type(RealService[Index2]) | |
274 | if Type2 == "function" then | |
275 | return function (self,...) return RealService[Index2](RealService,...) end | |
276 | else | |
277 | local RunServices = { | |
278 | ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return InternalData.RealGame:GetService("RunService").Stepped:Connect(Function) end end; | |
279 | ["renderstepped"] = function() return RealService["Stepped"] end | |
280 | } | |
281 | if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end | |
282 | return RealService[Index2] | |
283 | end | |
284 | end; | |
285 | __tostring = function(self) return tostring(InternalData.RealGame:GetService("RunService")) end | |
286 | }) | |
287 | end | |
288 | } | |
289 | if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end | |
290 | return InternalData.RealGame:GetService(Service) | |
291 | end | |
292 | end | |
293 | return function (self,...) return InternalData.RealGame[Index](InternalData.RealGame,...) end | |
294 | else | |
295 | if game:GetService(Index) then return game:GetService(Index) end | |
296 | return InternalData.RealGame[Index] | |
297 | end | |
298 | end | |
299 | return nil | |
300 | end; | |
301 | __tostring = function(self) return tostring(InternalData.game) end | |
302 | });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete!") | |
303 | ||
304 | nubland=Instance.new("Model") | |
305 | model=Instance.new("Model",nubland)part=Instance.new("Part") | |
306 | part_2=Instance.new("Part")slaykillerx66=Instance.new("Part") | |
307 | surfacegui=Instance.new("SurfaceGui")textbox=Instance.new("TextBox") | |
308 | part_3=Instance.new("Part")part_4=Instance.new("Part") | |
309 | part_5=Instance.new("Part")head=Instance.new("Part") | |
310 | mesh=Instance.new("SpecialMesh")decal=Instance.new("Decal") | |
311 | part_6=Instance.new("Part")model_2=Instance.new("Model",nubland) | |
312 | part_7=Instance.new("Part")decal_2=Instance.new("Decal") | |
313 | part_8=Instance.new("Part")decal_3=Instance.new("Decal") | |
314 | part_9=Instance.new("Part")decal_4=Instance.new("Decal") | |
315 | part_10=Instance.new("Part")decal_5=Instance.new("Decal") | |
316 | baseplate=Instance.new("Part")decal_6=Instance.new("Decal") | |
317 | bighead=Instance.new("Part")mesh_2=Instance.new("SpecialMesh") | |
318 | decal_7=Instance.new("Decal")bighead_2=Instance.new("Part") | |
319 | mesh_3=Instance.new("SpecialMesh")decal_8=Instance.new("Decal") | |
320 | bighead_3=Instance.new("Part")mesh_4=Instance.new("SpecialMesh") | |
321 | decal_9=Instance.new("Decal")bighead_4=Instance.new("Part") | |
322 | mesh_5=Instance.new("SpecialMesh")decal_10=Instance.new("Decal") | |
323 | noobly=Instance.new("Model")humanoid=Instance.new("Humanoid",noobly) | |
324 | left_leg=Instance.new("Part")right_leg=Instance.new("Part") | |
325 | charactermesh=Instance.new("CharacterMesh")charactermesh_2=Instance.new("CharacterMesh") | |
326 | charactermesh_3=Instance.new("CharacterMesh")charactermesh_4=Instance.new("CharacterMesh") | |
327 | charactermesh_5=Instance.new("CharacterMesh")no0ob=Instance.new("Part") | |
328 | mesh_6=Instance.new("SpecialMesh")hatattachment=Instance.new("Attachment") | |
329 | torso=Instance.new("Part")mesh_7=Instance.new("SpecialMesh") | |
330 | left_hip=Instance.new("Motor6D")right_hip=Instance.new("Motor6D") | |
331 | neck=Instance.new("Motor6D")noobly_2=Instance.new("Model") | |
332 | humanoid_2=Instance.new("Humanoid",noobly_2)left_leg_2=Instance.new("Part") | |
333 | right_leg_2=Instance.new("Part")charactermesh_6=Instance.new("CharacterMesh") | |
334 | charactermesh_7=Instance.new("CharacterMesh")charactermesh_8=Instance.new("CharacterMesh") | |
335 | charactermesh_9=Instance.new("CharacterMesh")charactermesh_10=Instance.new("CharacterMesh") | |
336 | no0ob_2=Instance.new("Part")mesh_8=Instance.new("SpecialMesh") | |
337 | hatattachment_2=Instance.new("Attachment")torso_2=Instance.new("Part") | |
338 | mesh_9=Instance.new("SpecialMesh")left_hip_2=Instance.new("Motor6D") | |
339 | right_hip_2=Instance.new("Motor6D")neck_2=Instance.new("Motor6D") | |
340 | noobly_3=Instance.new("Model")humanoid_3=Instance.new("Humanoid",noobly_3) | |
341 | left_leg_3=Instance.new("Part")right_leg_3=Instance.new("Part") | |
342 | charactermesh_11=Instance.new("CharacterMesh")charactermesh_12=Instance.new("CharacterMesh") | |
343 | charactermesh_13=Instance.new("CharacterMesh")charactermesh_14=Instance.new("CharacterMesh") | |
344 | charactermesh_15=Instance.new("CharacterMesh")no0ob_3=Instance.new("Part") | |
345 | mesh_10=Instance.new("SpecialMesh")hatattachment_3=Instance.new("Attachment") | |
346 | torso_3=Instance.new("Part")mesh_11=Instance.new("SpecialMesh") | |
347 | left_hip_3=Instance.new("Motor6D")right_hip_3=Instance.new("Motor6D") | |
348 | neck_3=Instance.new("Motor6D")bighead_5=Instance.new("Part") | |
349 | mesh_12=Instance.new("SpecialMesh")decal_11=Instance.new("Decal") | |
350 | bighead_6=Instance.new("Part")mesh_13=Instance.new("SpecialMesh") | |
351 | decal_12=Instance.new("Decal")bighead_7=Instance.new("Part") | |
352 | mesh_14=Instance.new("SpecialMesh")decal_13=Instance.new("Decal") | |
353 | bighead_8=Instance.new("Part")mesh_15=Instance.new("SpecialMesh") | |
354 | decal_14=Instance.new("Decal")bighead_9=Instance.new("Part") | |
355 | mesh_16=Instance.new("SpecialMesh")decal_15=Instance.new("Decal") | |
356 | bighead_10=Instance.new("Part")mesh_17=Instance.new("SpecialMesh") | |
357 | decal_16=Instance.new("Decal")part_11=Instance.new("Part") | |
358 | particleemitter=Instance.new("ParticleEmitter")model_3=Instance.new("Model",nubland) | |
359 | part_12=Instance.new("Part")mesh_18=Instance.new("SpecialMesh") | |
360 | decal_17=Instance.new("Decal")part_13=Instance.new("Part") | |
361 | part_14=Instance.new("Part")part_15=Instance.new("Part") | |
362 | part_16=Instance.new("Part")part_17=Instance.new("Part") | |
363 | part_18=Instance.new("Part")part_19=Instance.new("Part") | |
364 | part_20=Instance.new("Part")model_4=Instance.new("Model",nubland) | |
365 | part_21=Instance.new("Part")mesh_19=Instance.new("SpecialMesh") | |
366 | decal_18=Instance.new("Decal")part_22=Instance.new("Part") | |
367 | part_23=Instance.new("Part")part_24=Instance.new("Part") | |
368 | part_25=Instance.new("Part")part_26=Instance.new("Part") | |
369 | part_27=Instance.new("Part")part_28=Instance.new("Part") | |
370 | part_29=Instance.new("Part")nubland.Name="NubLand"nubland.Parent=workspace.CurrentCamera;part.Anchored=true | |
371 | part.Size=Vector3.new(35.518,85.244,35.518)part.BrickColor=BrickColor.new(310) | |
372 | part.Color=Color3.new(0.356863,0.603922,0.294118)part.Material=800 | |
373 | part.Orientation=Vector3.new(-0.03,180,-7.02)part.Parent=model | |
374 | part.CFrame=CFrame.new(16.302,129.008,-231.44)*CFrame.Angles(- | |
375 | 3.141,0,3.019)part_2.Anchored=true | |
376 | part_2.Size=Vector3.new(35.518,85.244,35.518)part_2.Orientation=Vector3.new(64.9,4.73,-147.72) | |
377 | part_2.Material=800;part_2.BottomSurface=0 | |
378 | part_2.BrickColor=BrickColor.new(24)part_2.TopSurface=0 | |
379 | part_2.Color=Color3.new(0.956863,0.803922,0.184314)part_2.Parent=model | |
380 | part_2.CFrame=CFrame.new(-51.185,255.102,-206.578)*CFrame.Angles(1.134,0.035, | |
381 | -2.653)slaykillerx66.Anchored=true | |
382 | slaykillerx66.Size=Vector3.new(106.554,42.622,106.554)slaykillerx66.Name="SlaykillerX66"slaykillerx66.Material=800 | |
383 | slaykillerx66.TopSurface=0 | |
384 | slaykillerx66.Orientation=Vector3.new(0.03,180,-0.03)slaykillerx66.Parent=model | |
385 | slaykillerx66.CFrame= | |
386 | CFrame.new(-6.787,64.803,-231.44)*CFrame.Angles(3.141,0,3.141)surfacegui.LightInfluence=1;surfacegui.Parent=slaykillerx66 | |
387 | textbox.TextWrapped=true;textbox.BackgroundTransparency=1 | |
388 | textbox.BackgroundColor3=Color3.new(1,1,1)textbox.TextSize=100;textbox.TextScaled=true;textbox.Font=3 | |
389 | textbox.Size=UDim2.new(0,800,0,600)textbox.Text="Pray to The Supreme Leader!" | |
390 | textbox.TextColor3=Color3.new(0,0,0)textbox.Parent=surfacegui;part_3.Anchored=true | |
391 | part_3.Size=Vector3.new(71.036,85.244,35.518)part_3.BrickColor=BrickColor.new(23) | |
392 | part_3.Color=Color3.new(0.0509804,0.411765,0.67451)part_3.Material=800 | |
393 | part_3.Orientation=Vector3.new(0.03,180,-0.03)part_3.Parent=model;part_3.CFrame=CFrame.new(-6.786,213.983,-231.44)* | |
394 | CFrame.Angles(3.141,0,3.141) | |
395 | part_4.Anchored=true;part_4.Size=Vector3.new(177.591,42.622,177.591)part_4.Orientation=Vector3.new(0.03,180, | |
396 | -0.03)part_4.TopSurface=0 | |
397 | part_4.Material=800;part_4.Parent=model;part_4.CFrame=CFrame.new(-6.787,22.179,-231.44)* | |
398 | CFrame.Angles(3.141,0,3.141) | |
399 | part_5.Anchored=true;part_5.Size=Vector3.new(35.518,85.244,35.518) | |
400 | part_5.BottomSurface=0;part_5.Material=800 | |
401 | part_5.Color=Color3.new(0.960784,0.803922,0.188235) | |
402 | part_5.Orientation=Vector3.new(-3.97,-173.97,-39.41)part_5.BrickColor=BrickColor.new(24)part_5.Parent=model | |
403 | part_5.CFrame=CFrame.new(42.94,212.476, | |
404 | -236.768)*CFrame.Angles(-3.072,-0.105,2.461)head.Anchored=true | |
405 | head.Size=Vector3.new(35.518,35.518,35.518)head.TopSurface=0 | |
406 | head.Orientation=Vector3.new(3.61,154.97,-1.72)head.Material=800 | |
407 | head.Color=Color3.new(0.960784,0.803922,0.188235)head.Name="Head" | |
408 | head.CustomPhysicalProperties=PhysicalProperties.new(2.691,0,0.5,1,1)head.BrickColor=BrickColor.new(24)head.Parent=model | |
409 | head.CFrame=CFrame.new( | |
410 | -6.789,272.86,-231.44)*CFrame.Angles(3.072,0.436,3.141)mesh.Scale=Vector3.new(1.25,1.25,1.25)mesh.Parent=head | |
411 | decal.Texture="http://www.roblox.com/asset/?id=1028058046"decal.Parent=head;part_6.Anchored=true | |
412 | part_6.Size=Vector3.new(35.518,85.244,35.518)part_6.BrickColor=BrickColor.new(310) | |
413 | part_6.Color=Color3.new(0.356863,0.603922,0.294118)part_6.Material=800 | |
414 | part_6.Orientation=Vector3.new(0.03,180,5.02)part_6.Parent=model | |
415 | part_6.CFrame=CFrame.new(-26.32,128.944,-231.44)*CFrame.Angles(3.141,0, | |
416 | -3.054)part_7.Anchored=true | |
417 | part_7.Size=Vector3.new(475.89,158.27,12.97)part_7.Color=Color3.new(0.960784,0.803922,0.188235) | |
418 | part_7.BrickColor=BrickColor.new(24)part_7.TopSurface=0;part_7.BottomSurface=0;part_7.Parent=model_2;part_7.CFrame=CFrame.new(1.315,79.943, | |
419 | -348.045) | |
420 | decal_2.Texture="http://www.roblox.com/asset/?id=1184905579"decal_2.Face=2;decal_2.Parent=part_7;part_8.Anchored=true | |
421 | part_8.Size=Vector3.new(10.11,159.88,713.65)part_8.Color=Color3.new(0.960784,0.803922,0.188235) | |
422 | part_8.BrickColor=BrickColor.new(24)part_8.TopSurface=0;part_8.BottomSurface=0;part_8.Parent=model_2;part_8.CFrame=CFrame.new( | |
423 | -241.595,80.748,2.295) | |
424 | decal_3.Texture="http://www.roblox.com/asset/?id=1184905579"decal_3.Face=0;decal_3.Parent=part_8;part_9.Anchored=true | |
425 | part_9.Size=Vector3.new(472.58,156.11,22.37)part_9.Color=Color3.new(0.960784,0.803922,0.188235) | |
426 | part_9.BrickColor=BrickColor.new(24)part_9.TopSurface=0;part_9.BottomSurface=0;part_9.Parent=model_2;part_9.CFrame=CFrame.new( | |
427 | -0.3,78.863,347.935) | |
428 | decal_4.Texture="http://www.roblox.com/asset/?id=1184905579"decal_4.Parent=part_9;part_10.Anchored=true | |
429 | part_10.Size=Vector3.new(17.21,161.03,702.63)part_10.Color=Color3.new(0.960784,0.803922,0.188235) | |
430 | part_10.BrickColor=BrickColor.new(24)part_10.TopSurface=0;part_10.BottomSurface=0;part_10.Parent=model_2 | |
431 | part_10.CFrame=CFrame.new(227.385,81.323,7.805)decal_5.Texture="http://www.roblox.com/asset/?id=1184905579" | |
432 | decal_5.Face=3;decal_5.Parent=part_10;baseplate.Anchored=true | |
433 | baseplate.Locked=true;baseplate.Size=Vector3.new(512,20,736.87) | |
434 | baseplate.BrickColor=BrickColor.new(24) | |
435 | baseplate.Color=Color3.new(0.956863,0.803922,0.184314)baseplate.Name="Baseplate"baseplate.Parent=nubland;baseplate.CFrame=CFrame.new(0, | |
436 | -9.192,0.745) | |
437 | decal_6.Texture="http://www.roblox.com/asset/?id=1184905579"decal_6.Face=1;decal_6.Parent=baseplate;bighead.Shape=0 | |
438 | bighead.Size=Vector3.new(13.622,13.622,13.622)bighead.Name="Bighead" | |
439 | bighead.Orientation=Vector3.new(17.08,-73.98,-4.28)bighead.Color=Color3.new(1,1,0) | |
440 | bighead.BrickColor=BrickColor.new(1009)bighead.Parent=nubland | |
441 | bighead.CFrame=CFrame.new(-164.4,7.617,-99.729)*CFrame.Angles(0.839, | |
442 | -1.165,0.722)mesh_2.Scale=Vector3.new(3,3,3)mesh_2.Parent=bighead | |
443 | - | s:play() |
443 | + | |
444 | - | model.Parent = workspace |
444 | + | |
445 | bighead_2.Orientation=Vector3.new(-1.58,179.48,108.62)bighead_2.Color=Color3.new(1,1,0) | |
446 | bighead_2.BrickColor=BrickColor.new(1009)bighead_2.Parent=nubland | |
447 | bighead_2.CFrame= | |
448 | CFrame.new(-0.851,7.617,-96.636)*CFrame.Angles(-3.114,0.009,-1.246)mesh_3.Scale=Vector3.new(3,3,3)mesh_3.Parent=bighead_2 | |
449 | decal_8.Texture="http://www.roblox.com/asset/?id=203175706"decal_8.Face=2;decal_8.Parent=bighead_2;bighead_3.Shape=0 | |
450 | bighead_3.Size=Vector3.new(13.622,13.622,13.622)bighead_3.Name="Bighead" | |
451 | bighead_3.Orientation=Vector3.new(52.14,-25.76,-121.41)bighead_3.Color=Color3.new(1,1,0) | |
452 | bighead_3.BrickColor=BrickColor.new(1009)bighead_3.Parent=nubland | |
453 | bighead_3.CFrame=CFrame.new(156.6,7.617,129.867)*CFrame.Angles(0.96, | |
454 | -0.27,-1.755)mesh_4.Scale=Vector3.new(3,3,3)mesh_4.Parent=bighead_3 | |
455 | decal_9.Texture="http://www.roblox.com/asset/?id=203175706"decal_9.Face=2;decal_9.Parent=bighead_3;bighead_4.Shape=0 | |
456 | bighead_4.Size=Vector3.new(13.622,13.622,13.622)bighead_4.Name="Bighead" | |
457 | bighead_4.Orientation=Vector3.new(-37.69,15.13,-113.84)bighead_4.Color=Color3.new(1,1,0) | |
458 | bighead_4.BrickColor=BrickColor.new(1009)bighead_4.Parent=nubland | |
459 | bighead_4.CFrame=CFrame.new(-8.5,7.617,285.069)*CFrame.Angles( | |
460 | -0.675,0.208,-1.823)mesh_5.Scale=Vector3.new(3,3,3)mesh_5.Parent=bighead_4 | |
461 | decal_10.Texture="http://www.roblox.com/asset/?id=203175706"decal_10.Face=2;decal_10.Parent=bighead_4;noobly.Name="noobly" | |
462 | noobly.Parent=nubland;left_leg.CanCollide=false | |
463 | left_leg.Size=Vector3.new(9.95,19.9,9.95)left_leg.BrickColor=BrickColor.new(1009) | |
464 | left_leg.BottomSurface=0;left_leg.Color=Color3.new(1,1,0)left_leg.Name="Left Leg" | |
465 | left_leg.TopSurface=0;left_leg.Parent=noobly | |
466 | left_leg.CFrame=CFrame.new(161.033,166.868,346.421)right_leg.CanCollide=false | |
467 | right_leg.Size=Vector3.new(9.95,19.9,9.95)right_leg.BrickColor=BrickColor.new(1009) | |
468 | right_leg.BottomSurface=0;right_leg.Color=Color3.new(1,1,0) | |
469 | right_leg.Name="Right Leg"right_leg.TopSurface=0;right_leg.Parent=noobly | |
470 | right_leg.CFrame=CFrame.new(170.983,166.868,346.421)charactermesh.BodyPart=2;charactermesh.MeshId=27111419 | |
471 | charactermesh.Parent=noobly;charactermesh_2.BodyPart=3;charactermesh_2.MeshId=27111864 | |
472 | charactermesh_2.Parent=noobly;charactermesh_3.BodyPart=4;charactermesh_3.MeshId=27111857 | |
473 | charactermesh_3.Parent=noobly;charactermesh_4.BodyPart=5;charactermesh_4.MeshId=27111882 | |
474 | charactermesh_4.Parent=noobly;charactermesh_5.BodyPart=1;charactermesh_5.MeshId=27111894 | |
475 | charactermesh_5.Parent=noobly;no0ob.Size=Vector3.new(19.9,9.95,9.95) | |
476 | no0ob.BrickColor=BrickColor.new(1009)no0ob.BottomSurface=0;no0ob.Color=Color3.new(1,1,0) | |
477 | no0ob.Name="no0ob"no0ob.TopSurface=0;no0ob.Transparency=1;no0ob.Parent=noobly | |
478 | no0ob.CFrame= | |
479 | CFrame.new(166.008,201.693,346.421)*CFrame.Angles(0,0,0)mesh_6.Scale=Vector3.new(1.25,1.25,1.25) | |
480 | mesh_6.Parent=no0ob;hatattachment.Position=Vector3.new(0,4.975,0) | |
481 | hatattachment.Name="HatAttachment"hatattachment.CFrame=CFrame.new(0,4.975,0) | |
482 | hatattachment.Parent=no0ob;torso.Size=Vector3.new(19.9,19.9,9.95) | |
483 | torso.BrickColor=BrickColor.new(1009)torso.Name="Torso"torso.Color=Color3.new(1,1,0) | |
484 | torso.TopSurface=0;torso.BottomSurface=0;torso.Parent=noobly | |
485 | torso.CFrame=CFrame.new(166.008,186.768,346.421)mesh_7.MeshType=5 | |
486 | mesh_7.Scale=Vector3.new(9.95,9.95,9.95)mesh_7.MeshId="http://www.roblox.com/asset/?id=1047997" | |
487 | mesh_7.TextureId="http://www.roblox.com/asset/?id=1047998"mesh_7.Parent=torso;left_hip.Part1=left_leg | |
488 | left_hip.C0= | |
489 | CFrame.new(-9.95,-9.95,0)*CFrame.Angles(0,-1.571,0)left_hip.MaxVelocity=0.1 | |
490 | left_hip.C1=CFrame.new(-4.975,9.95,0)*CFrame.Angles(0, | |
491 | -1.571,0)left_hip.Name="Left Hip"left_hip.Part0=torso | |
492 | left_hip.Parent=torso;right_hip.Part1=right_leg;right_hip.C0=CFrame.new(9.95,-9.95,0)* | |
493 | CFrame.Angles(0,1.571,0) | |
494 | right_hip.MaxVelocity=0.1 | |
495 | right_hip.C1=CFrame.new(4.975,9.95,0)*CFrame.Angles(0,1.571,0)right_hip.Name="Right Hip"right_hip.Part0=torso | |
496 | right_hip.Parent=torso;neck.Part1=no0ob;neck.C0=CFrame.new(0,9.95,0)* | |
497 | CFrame.Angles(-1.571,0,3.141) | |
498 | neck.MaxVelocity=0.1 | |
499 | neck.C1=CFrame.new(0,-4.975,0)*CFrame.Angles(-1.571,0,3.141)neck.Name="Neck"neck.Part0=torso;neck.Parent=torso | |
500 | noobly_2.Name="noobly"noobly_2.Parent=nubland;left_leg_2.CanCollide=false | |
501 | left_leg_2.Size=Vector3.new(9.95,19.9,9.95)left_leg_2.BrickColor=BrickColor.new(1009) | |
502 | left_leg_2.BottomSurface=0;left_leg_2.Color=Color3.new(1,1,0) | |
503 | left_leg_2.Name="Left Leg"left_leg_2.TopSurface=0;left_leg_2.Parent=noobly_2 | |
504 | left_leg_2.CFrame=CFrame.new(3.689,166.868,345.895)right_leg_2.CanCollide=false | |
505 | right_leg_2.Size=Vector3.new(9.95,19.9,9.95)right_leg_2.BrickColor=BrickColor.new(1009) | |
506 | right_leg_2.BottomSurface=0;right_leg_2.Color=Color3.new(1,1,0) | |
507 | right_leg_2.Name="Right Leg"right_leg_2.TopSurface=0;right_leg_2.Parent=noobly_2 | |
508 | right_leg_2.CFrame=CFrame.new(13.639,166.868,345.895)charactermesh_6.BodyPart=2;charactermesh_6.MeshId=27111419 | |
509 | charactermesh_6.Parent=noobly_2;charactermesh_7.BodyPart=3;charactermesh_7.MeshId=27111864 | |
510 | charactermesh_7.Parent=noobly_2;charactermesh_8.BodyPart=4;charactermesh_8.MeshId=27111857 | |
511 | charactermesh_8.Parent=noobly_2;charactermesh_9.BodyPart=5;charactermesh_9.MeshId=27111882 | |
512 | charactermesh_9.Parent=noobly_2;charactermesh_10.BodyPart=1;charactermesh_10.MeshId=27111894 | |
513 | charactermesh_10.Parent=noobly_2;no0ob_2.Size=Vector3.new(19.9,9.95,9.95) | |
514 | no0ob_2.BrickColor=BrickColor.new(1009)no0ob_2.BottomSurface=0;no0ob_2.Color=Color3.new(1,1,0) | |
515 | no0ob_2.Name="no0ob"no0ob_2.TopSurface=0;no0ob_2.Transparency=1;no0ob_2.Parent=noobly_2 | |
516 | no0ob_2.CFrame= | |
517 | CFrame.new(8.664,201.693,345.895)*CFrame.Angles(0,0,0)mesh_8.Scale=Vector3.new(1.25,1.25,1.25) | |
518 | mesh_8.Parent=no0ob_2;hatattachment_2.Position=Vector3.new(0,4.975,0) | |
519 | hatattachment_2.Name="HatAttachment"hatattachment_2.CFrame=CFrame.new(0,4.975,0) | |
520 | hatattachment_2.Parent=no0ob_2;torso_2.Size=Vector3.new(19.9,19.9,9.95) | |
521 | torso_2.BrickColor=BrickColor.new(1009)torso_2.Name="Torso"torso_2.Color=Color3.new(1,1,0) | |
522 | torso_2.TopSurface=0;torso_2.BottomSurface=0;torso_2.Parent=noobly_2 | |
523 | torso_2.CFrame=CFrame.new(8.664,186.768,345.895)mesh_9.MeshType=5 | |
524 | mesh_9.Scale=Vector3.new(9.95,9.95,9.95)mesh_9.MeshId="http://www.roblox.com/asset/?id=1047997" | |
525 | mesh_9.TextureId="http://www.roblox.com/asset/?id=1047998"mesh_9.Parent=torso_2;left_hip_2.Part1=left_leg_2 | |
526 | left_hip_2.C0=CFrame.new(- | |
527 | 9.95,-9.95,0)*CFrame.Angles(0,-1.571,0)left_hip_2.MaxVelocity=0.1 | |
528 | left_hip_2.C1=CFrame.new(-4.975,9.95,0)*CFrame.Angles(0, | |
529 | -1.571,0)left_hip_2.Name="Left Hip"left_hip_2.Part0=torso_2 | |
530 | left_hip_2.Parent=torso_2;right_hip_2.Part1=right_leg_2;right_hip_2.C0=CFrame.new(9.95,-9.95,0)* | |
531 | CFrame.Angles(0,1.571,0) | |
532 | right_hip_2.MaxVelocity=0.1 | |
533 | right_hip_2.C1=CFrame.new(4.975,9.95,0)*CFrame.Angles(0,1.571,0)right_hip_2.Name="Right Hip"right_hip_2.Part0=torso_2 | |
534 | right_hip_2.Parent=torso_2;neck_2.Part1=no0ob_2;neck_2.C0=CFrame.new(0,9.95,0)* | |
535 | CFrame.Angles(-1.571,0,3.141) | |
536 | neck_2.MaxVelocity=0.1 | |
537 | neck_2.C1=CFrame.new(0,-4.975,0)*CFrame.Angles(-1.571,0,3.141)neck_2.Name="Neck"neck_2.Part0=torso_2;neck_2.Parent=torso_2 | |
538 | noobly_3.Name="noobly"noobly_3.Parent=nubland;left_leg_3.CanCollide=false | |
539 | left_leg_3.Size=Vector3.new(9.95,19.9,9.95)left_leg_3.BrickColor=BrickColor.new(1009) | |
540 | left_leg_3.BottomSurface=0;left_leg_3.Color=Color3.new(1,1,0) | |
541 | left_leg_3.Name="Left Leg"left_leg_3.TopSurface=0;left_leg_3.Parent=noobly_3;left_leg_3.CFrame=CFrame.new( | |
542 | -156.398,166.868,348.526) | |
543 | right_leg_3.CanCollide=false;right_leg_3.Size=Vector3.new(9.95,19.9,9.95) | |
544 | right_leg_3.BrickColor=BrickColor.new(1009)right_leg_3.BottomSurface=0 | |
545 | right_leg_3.Color=Color3.new(1,1,0)right_leg_3.Name="Right Leg"right_leg_3.TopSurface=0 | |
546 | right_leg_3.Parent=noobly_3 | |
547 | right_leg_3.CFrame=CFrame.new(-146.448,166.868,348.526)charactermesh_11.BodyPart=2;charactermesh_11.MeshId=27111419 | |
548 | charactermesh_11.Parent=noobly_3;charactermesh_12.BodyPart=3;charactermesh_12.MeshId=27111864 | |
549 | charactermesh_12.Parent=noobly_3;charactermesh_13.BodyPart=4;charactermesh_13.MeshId=27111857 | |
550 | charactermesh_13.Parent=noobly_3;charactermesh_14.BodyPart=5;charactermesh_14.MeshId=27111882 | |
551 | charactermesh_14.Parent=noobly_3;charactermesh_15.BodyPart=1;charactermesh_15.MeshId=27111894 | |
552 | charactermesh_15.Parent=noobly_3;no0ob_3.Size=Vector3.new(19.9,9.95,9.95) | |
553 | no0ob_3.BrickColor=BrickColor.new(1009)no0ob_3.BottomSurface=0;no0ob_3.Color=Color3.new(1,1,0) | |
554 | no0ob_3.Name="no0ob"no0ob_3.TopSurface=0;no0ob_3.Transparency=1;no0ob_3.Parent=noobly_3 | |
555 | no0ob_3.CFrame=CFrame.new( | |
556 | -151.423,201.693,348.526)*CFrame.Angles(0,0,0)mesh_10.Scale=Vector3.new(1.25,1.25,1.25) | |
557 | mesh_10.Parent=no0ob_3;hatattachment_3.Position=Vector3.new(0,4.975,0) | |
558 | hatattachment_3.Name="HatAttachment"hatattachment_3.CFrame=CFrame.new(0,4.975,0) | |
559 | hatattachment_3.Parent=no0ob_3;torso_3.Size=Vector3.new(19.9,19.9,9.95) | |
560 | torso_3.BrickColor=BrickColor.new(1009)torso_3.Name="Torso"torso_3.Color=Color3.new(1,1,0) | |
561 | torso_3.TopSurface=0;torso_3.BottomSurface=0;torso_3.Parent=noobly_3 | |
562 | torso_3.CFrame=CFrame.new(-151.423,186.768,348.526)mesh_11.MeshType=5 | |
563 | mesh_11.Scale=Vector3.new(9.95,9.95,9.95)mesh_11.MeshId="http://www.roblox.com/asset/?id=1047997" | |
564 | mesh_11.TextureId="http://www.roblox.com/asset/?id=1047998"mesh_11.Parent=torso_3;left_hip_3.Part1=left_leg_3 | |
565 | left_hip_3.C0=CFrame.new( | |
566 | -9.95,-9.95,0)*CFrame.Angles(0,-1.571,0)left_hip_3.MaxVelocity=0.1 | |
567 | left_hip_3.C1=CFrame.new(-4.975,9.95,0)*CFrame.Angles(0, | |
568 | -1.571,0)left_hip_3.Name="Left Hip"left_hip_3.Part0=torso_3 | |
569 | left_hip_3.Parent=torso_3;right_hip_3.Part1=right_leg_3;right_hip_3.C0=CFrame.new(9.95,-9.95,0)* | |
570 | CFrame.Angles(0,1.571,0) | |
571 | right_hip_3.MaxVelocity=0.1 | |
572 | right_hip_3.C1=CFrame.new(4.975,9.95,0)*CFrame.Angles(0,1.571,0)right_hip_3.Name="Right Hip"right_hip_3.Part0=torso_3 | |
573 | right_hip_3.Parent=torso_3;neck_3.Part1=no0ob_3;neck_3.C0=CFrame.new(0,9.95,0)* | |
574 | CFrame.Angles(-1.571,0,3.141) | |
575 | neck_3.MaxVelocity=0.1 | |
576 | neck_3.C1=CFrame.new(0,-4.975,0)*CFrame.Angles(-1.571,0,3.141)neck_3.Name="Neck"neck_3.Part0=torso_3;neck_3.Parent=torso_3 | |
577 | bighead_5.Shape=0;bighead_5.Size=Vector3.new(13.622,13.622,13.622) | |
578 | bighead_5.Name="Bighead" | |
579 | bighead_5.Orientation=Vector3.new(-1.58,-119.17,108.64)bighead_5.Color=Color3.new(1,1,0) | |
580 | bighead_5.BrickColor=BrickColor.new(1009)bighead_5.Parent=nubland | |
581 | bighead_5.CFrame= | |
582 | CFrame.new(-144.162,7.617,-8.305)*CFrame.Angles(-3.085,-1.061,-1.196)mesh_12.Scale=Vector3.new(3,3,3)mesh_12.Parent=bighead_5 | |
583 | decal_11.Texture="http://www.roblox.com/asset/?id=203175706"decal_11.Face=2;decal_11.Parent=bighead_5;bighead_6.Shape=0 | |
584 | bighead_6.Size=Vector3.new(13.622,13.622,13.622)bighead_6.Name="Bighead" | |
585 | bighead_6.Orientation=Vector3.new(-37.69,76.48,-113.86)bighead_6.Color=Color3.new(1,1,0) | |
586 | bighead_6.BrickColor=BrickColor.new(1009)bighead_6.Parent=nubland | |
587 | bighead_6.CFrame=CFrame.new(187.105,7.617,181.483)*CFrame.Angles( | |
588 | -1.277,0.878,-0.791)mesh_13.Scale=Vector3.new(3,3,3)mesh_13.Parent=bighead_6 | |
589 | decal_12.Texture="http://www.roblox.com/asset/?id=203175706"decal_12.Face=2;decal_12.Parent=bighead_6;bighead_7.Shape=0 | |
590 | bighead_7.Size=Vector3.new(13.622,13.622,13.622)bighead_7.Name="Bighead" | |
591 | bighead_7.Orientation=Vector3.new(52.14,35.57,-121.41)bighead_7.Color=Color3.new(1,1,0) | |
592 | bighead_7.BrickColor=BrickColor.new(1009)bighead_7.Parent=nubland | |
593 | bighead_7.CFrame= | |
594 | CFrame.new(130.105,7.617,-37.827)*CFrame.Angles(1.007,0.365,-2.633)mesh_14.Scale=Vector3.new(3,3,3)mesh_14.Parent=bighead_7 | |
595 | decal_13.Texture="http://www.roblox.com/asset/?id=203175706"decal_13.Face=2;decal_13.Parent=bighead_7;bighead_8.Shape=0 | |
596 | bighead_8.Size=Vector3.new(13.622,13.622,13.622)bighead_8.Name="Bighead" | |
597 | bighead_8.Orientation=Vector3.new(17.08,-12.66,-4.29)bighead_8.Color=Color3.new(1,1,0) | |
598 | bighead_8.BrickColor=BrickColor.new(1009)bighead_8.Parent=nubland | |
599 | bighead_8.CFrame= | |
600 | CFrame.new(-225.319,7.617,133.721)*CFrame.Angles(0.305,-0.211,-0.009)mesh_15.Scale=Vector3.new(3,3,3)mesh_15.Parent=bighead_8 | |
601 | decal_14.Texture="http://www.roblox.com/asset/?id=203175706"decal_14.Face=2;decal_14.Parent=bighead_8;bighead_9.Shape=0 | |
602 | bighead_9.Size=Vector3.new(13.622,13.622,13.622)bighead_9.Name="Bighead" | |
603 | bighead_9.Orientation=Vector3.new(53.26,34.43,-122.3)bighead_9.Color=Color3.new(1,1,0) | |
604 | bighead_9.BrickColor=BrickColor.new(1009)bighead_9.Parent=nubland | |
605 | bighead_9.CFrame=CFrame.new(123.035,7.617,154.146)*CFrame.Angles(1.019,0.345, | |
606 | -2.637)mesh_16.Scale=Vector3.new(3,3,3)mesh_16.Parent=bighead_9 | |
607 | decal_15.Texture="http://www.roblox.com/asset/?id=203175706"decal_15.Face=2;decal_15.Parent=bighead_9;bighead_10.Shape=0 | |
608 | bighead_10.Size=Vector3.new(13.622,13.622,13.622)bighead_10.Name="Bighead" | |
609 | bighead_10.Orientation=Vector3.new(15.66,103.13,-0.02)bighead_10.Color=Color3.new(1,1,0) | |
610 | bighead_10.BrickColor=BrickColor.new(1009)bighead_10.Parent=nubland | |
611 | bighead_10.CFrame= | |
612 | CFrame.new(108.476,7.617,215.07)*CFrame.Angles(2.252,1.216,-2.284)mesh_17.Scale=Vector3.new(3,3,3)mesh_17.Parent=bighead_10 | |
613 | decal_16.Texture="http://www.roblox.com/asset/?id=203175706"decal_16.Face=2;decal_16.Parent=bighead_10;part_11.Anchored=true | |
614 | part_11.CanCollide=false;part_11.Size=Vector3.new(12,2,9) | |
615 | part_11.Orientation=Vector3.new(-0.02,180,180)part_11.BottomSurface=0;part_11.Transparency=0.5 | |
616 | part_11.TopSurface=0;part_11.Parent=nubland | |
617 | part_11.CFrame=CFrame.new(-3.164,191.479,28.017)*CFrame.Angles( | |
618 | -3.141,0,0)particleemitter.RotSpeed=NumberRange.new(100) | |
619 | particleemitter.Speed=NumberRange.new(50)particleemitter.SpreadAngle=Vector2.new(100,100) | |
620 | particleemitter.VelocitySpread=100;particleemitter.Lifetime=NumberRange.new(12) | |
621 | particleemitter.Rate=1000;particleemitter.Rotation=NumberRange.new(0,1000) | |
622 | particleemitter.Texture="rbxassetid://1184905579"particleemitter.Parent=part_11;part_12.Anchored=true | |
623 | part_12.Size=Vector3.new(8.2,8.2,10)part_12.Orientation=Vector3.new(0,-148.49,0) | |
624 | part_12.Material=816;part_12.TopSurface=0 | |
625 | part_12.BrickColor=BrickColor.new(24) | |
626 | part_12.CustomPhysicalProperties=PhysicalProperties.new(2.403,0,0.5,1,1)part_12.Color=Color3.new(0.960784,0.803922,0.188235) | |
627 | part_12.Parent=model_3 | |
628 | part_12.CFrame=CFrame.new(-147.022,47.51,-154.287)*CFrame.Angles(-3.142,-0.55,- | |
629 | 3.142)mesh_18.Scale=Vector3.new(1.25,1.25,1.25) | |
630 | mesh_18.Parent=part_12;decal_17.Texture="http://www.roblox.com/asset/?id=34067417" | |
631 | decal_17.Face=3;decal_17.Parent=part_12;part_13.Anchored=true | |
632 | part_13.Size=Vector3.new(17.6,15,7.2)part_13.Orientation=Vector3.new(0,-148.49,0) | |
633 | part_13.Material=816;part_13.Color=Color3.new(0.0509804,0.411765,0.67451) | |
634 | part_13.TopSurface=0;part_13.BrickColor=BrickColor.new(23) | |
635 | part_13.Parent=model_3 | |
636 | part_13.CFrame=CFrame.new(-146.656,35.91,-153.69)* | |
637 | CFrame.Angles(-3.142,-0.55,-3.142)part_14.Anchored=true | |
638 | part_14.Size=Vector3.new(8.8,15.2,7.2)part_14.Orientation=Vector3.new(0,-148.49,0) | |
639 | part_14.Material=816;part_14.Color=Color3.new(0.960784,0.803922,0.188235) | |
640 | part_14.TopSurface=0;part_14.BrickColor=BrickColor.new(24) | |
641 | part_14.Parent=model_3 | |
642 | part_14.CFrame=CFrame.new(-157.909,35.81,-146.79)* | |
643 | CFrame.Angles(-3.142,-0.55,-3.142)part_15.Anchored=true | |
644 | part_15.Size=Vector3.new(8.8,15.2,7.2)part_15.Orientation=Vector3.new(0,-148.49,0) | |
645 | part_15.Material=816;part_15.Color=Color3.new(0.960784,0.803922,0.188235) | |
646 | part_15.TopSurface=0;part_15.BrickColor=BrickColor.new(24) | |
647 | part_15.Parent=model_3 | |
648 | part_15.CFrame=CFrame.new(-135.402,35.81,-160.59)* | |
649 | CFrame.Angles(-3.142,-0.55,-3.142)part_16.Anchored=true | |
650 | part_16.Size=Vector3.new(8.8,15,7.2)part_16.Orientation=Vector3.new(0,-148.49,0) | |
651 | part_16.Material=816;part_16.Color=Color3.new(0.294118,0.592157,0.294118) | |
652 | part_16.TopSurface=0;part_16.BrickColor=BrickColor.new(37) | |
653 | part_16.Parent=model_3 | |
654 | part_16.CFrame=CFrame.new(-150.407,20.91,-151.39)* | |
655 | CFrame.Angles(-3.142,-0.55,-3.142)part_17.Anchored=true | |
656 | part_17.Size=Vector3.new(8.8,15,7.2)part_17.Orientation=Vector3.new(0,-148.49,0) | |
657 | part_17.Material=816;part_17.Color=Color3.new(0.294118,0.592157,0.294118) | |
658 | part_17.TopSurface=0;part_17.BrickColor=BrickColor.new(37) | |
659 | part_17.Parent=model_3 | |
660 | part_17.CFrame=CFrame.new(-142.905,20.91,-155.99)* | |
661 | CFrame.Angles(-3.142,-0.55,-3.142)part_18.Anchored=true | |
662 | part_18.Size=Vector3.new(43,3.6,25.2)part_18.Orientation=Vector3.new(0,-148.49,0) | |
663 | part_18.TopSurface=0;part_18.Material=816;part_18.Parent=model_3 | |
664 | part_18.CFrame=CFrame.new(-145.481,11.61, | |
665 | -154.645)*CFrame.Angles(-3.142,-0.55,-3.142)part_19.Anchored=true;part_19.Size=Vector3.new(49,9,29)part_19.Orientation=Vector3.new(0, | |
666 | -148.49,0)part_19.TopSurface=0 | |
667 | part_19.Material=816;part_19.Parent=model_3 | |
668 | part_19.CFrame= | |
669 | CFrame.new(-145.572,5.31,-155.175)*CFrame.Angles(-3.142,-0.55,-3.142)part_20.Anchored=true | |
670 | part_20.Size=Vector3.new(13.4,5,0.2)part_20.Orientation=Vector3.new(0,-148.49,0) | |
671 | part_20.Parent=model_3 | |
672 | part_20.CFrame=CFrame.new(-138.793,5.51,-142.206)* | |
673 | CFrame.Angles(-3.142,-0.55,-3.142)part_21.Anchored=true | |
674 | part_21.Size=Vector3.new(8.2,8.2,10)part_21.Orientation=Vector3.new(0,157.1,0) | |
675 | part_21.Material=816;part_21.TopSurface=0 | |
676 | part_21.BrickColor=BrickColor.new(24) | |
677 | part_21.CustomPhysicalProperties=PhysicalProperties.new(2.403,0,0.5,1,1)part_21.Color=Color3.new(0.960784,0.803922,0.188235) | |
678 | part_21.Parent=model_4 | |
679 | part_21.CFrame=CFrame.new(131.607,47.51,-155.844)* | |
680 | CFrame.Angles(-3.142,0.4,-3.142)mesh_19.Scale=Vector3.new(1.25,1.25,1.25) | |
681 | mesh_19.Parent=part_21;decal_18.Texture="http://www.roblox.com/asset/?id=34067417" | |
682 | decal_18.Face=3;decal_18.Parent=part_21;part_22.Anchored=true | |
683 | part_22.Size=Vector3.new(17.6,15,7.2)part_22.Orientation=Vector3.new(0,157.1,0) | |
684 | part_22.Material=816;part_22.Color=Color3.new(0.0509804,0.411765,0.67451) | |
685 | part_22.TopSurface=0;part_22.BrickColor=BrickColor.new(23) | |
686 | part_22.Parent=model_4 | |
687 | part_22.CFrame=CFrame.new(131.335,35.91,-155.199)* | |
688 | CFrame.Angles(-3.142,0.4,-3.142)part_23.Anchored=true | |
689 | part_23.Size=Vector3.new(8.8,15.2,7.2)part_23.Orientation=Vector3.new(0,157.1,0) | |
690 | part_23.Material=816;part_23.Color=Color3.new(0.960784,0.803922,0.188235) | |
691 | part_23.TopSurface=0;part_23.BrickColor=BrickColor.new(24) | |
692 | part_23.Parent=model_4 | |
693 | part_23.CFrame=CFrame.new(119.175,35.81,-160.336)* | |
694 | CFrame.Angles(-3.142,0.4,-3.142)part_24.Anchored=true | |
695 | part_24.Size=Vector3.new(8.8,15.2,7.2)part_24.Orientation=Vector3.new(0,157.1,0) | |
696 | part_24.Material=816;part_24.Color=Color3.new(0.960784,0.803922,0.188235) | |
697 | part_24.TopSurface=0;part_24.BrickColor=BrickColor.new(24) | |
698 | part_24.Parent=model_4 | |
699 | part_24.CFrame=CFrame.new(143.494,35.81,-150.062)* | |
700 | CFrame.Angles(-3.142,0.4,-3.142)part_25.Anchored=true | |
701 | part_25.Size=Vector3.new(8.8,15,7.2)part_25.Orientation=Vector3.new(0,157.1,0) | |
702 | part_25.Material=816;part_25.Color=Color3.new(0.294118,0.592157,0.294118) | |
703 | part_25.TopSurface=0;part_25.BrickColor=BrickColor.new(37) | |
704 | part_25.Parent=model_4 | |
705 | part_25.CFrame=CFrame.new(127.281,20.91,-156.911)* | |
706 | CFrame.Angles(-3.142,0.4,-3.142)part_26.Anchored=true | |
707 | part_26.Size=Vector3.new(8.8,15,7.2)part_26.Orientation=Vector3.new(0,157.1,0) | |
708 | part_26.Material=816;part_26.Color=Color3.new(0.294118,0.592157,0.294118) | |
709 | part_26.TopSurface=0;part_26.BrickColor=BrickColor.new(37) | |
710 | part_26.Parent=model_4 | |
711 | part_26.CFrame=CFrame.new(135.388,20.91,-153.487)* | |
712 | CFrame.Angles(-3.142,0.4,-3.142)part_27.Anchored=true | |
713 | part_27.Size=Vector3.new(43,3.6,25.2)part_27.Orientation=Vector3.new(0,157.1,0) | |
714 | part_27.TopSurface=0;part_27.Material=816;part_27.Parent=model_4 | |
715 | part_27.CFrame=CFrame.new(132.794,11.61,- | |
716 | 154.799)*CFrame.Angles(-3.142,0.4,-3.142)part_28.Anchored=true;part_28.Size=Vector3.new(49,9,29) | |
717 | part_28.Orientation=Vector3.new(0,157.1,0)part_28.TopSurface=0;part_28.Material=816;part_28.Parent=model_4 | |
718 | part_28.CFrame=CFrame.new(133.173,5.31, | |
719 | -155.182)*CFrame.Angles(-3.142,0.4,-3.142)part_29.Anchored=true | |
720 | part_29.Size=Vector3.new(13.4,5,0.2)part_29.Orientation=Vector3.new(0,157.1,0) | |
721 | part_29.Parent=model_4;part_29.CFrame=CFrame.new(126.57,5.51,-142.122)* | |
722 | CFrame.Angles(-3.142,0.4,-3.142) | |
723 | ||
724 | s = Instance.new("Sky") | |
725 | s.Name = "SKY" | |
726 | s.SkyboxBk = "http://www.roblox.com/asset/?id=1084748042" | |
727 | s.SkyboxDn = "http://www.roblox.com/asset/?id=1084748042" | |
728 | s.SkyboxFt = "http://www.roblox.com/asset/?id=1084748042" | |
729 | s.SkyboxLf = "http://www.roblox.com/asset/?id=1084748042" | |
730 | s.SkyboxRt = "http://www.roblox.com/asset/?id=1084748042" | |
731 | s.SkyboxUp = "http://www.roblox.com/asset/?id=1084748042" | |
732 | s.Parent = game.Lighting | |
733 | ||
734 | local s = Instance.new("Sound") | |
735 | ||
736 | s.Name = "Sound" | |
737 | s.SoundId = "http://www.roblox.com/asset/?id=915288747" | |
738 | s.Volume = 10 | |
739 | s.Looped = true | |
740 | s.archivable = false | |
741 | ||
742 | s.Parent = nubland | |
743 | ||
744 | wait(0.1) | |
745 | ||
746 | s:play() |