Advertisement
HenloMyDude

steve

Sep 14th, 2019
880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.51 KB | None | 0 0
  1.  
  2. plr = owner
  3. char = plr.Character
  4. tors = char.Torso
  5. hed = char.Head
  6. ra = char["Right Arm"]
  7. la = char["Left Arm"]
  8. rl = char["Right Leg"]
  9. ll = char["Left Leg"]
  10.  
  11.  
  12. hed.Transparency = 0.9
  13. --hed.Size = Vector3.new(2, 1, 1)
  14.  
  15. --[[
  16. hed2 = Instance.new("Part",char)
  17. hed2.Size = Vector3.new(2, 1, 1)
  18. hed2.CanCollide = false
  19. weld = Instance.new("Weld",hed2)
  20. weld.Part0 = hed2
  21. weld.Part1 = hed
  22. ]]--
  23.  
  24. function makeweld(a, b)
  25. local well = Instance.new("Weld",char)
  26. well.Part0 = a
  27. well.Part1 = b
  28. return well
  29. end
  30.  
  31. --[[
  32. ra2 = ra:Clone()
  33. ra2.Name = "fakerightarm"
  34. ra2.Parent = char
  35. makeweld(ra2, ra)
  36.  
  37. la2 = la:Clone()
  38. la2.Name = "fakeleftarm"
  39. la2.Parent = char
  40. makeweld(la2, la)
  41.  
  42. rl2 = rl:Clone()
  43. rl2.Name = "fakerightleg"
  44. rl2.Parent = char
  45. makeweld(rl2, rl)
  46.  
  47. ll2 = ll:Clone()
  48. ll2.Name = "fakeleftleg"
  49. ll2.Parent = char
  50. makeweld(ll2, ll)
  51.  
  52. tors2 = tors:Clone()
  53. tors2.Name = "faketorso"
  54. tors2.Parent = char
  55. makeweld(tors2, tors)
  56. ]]--
  57.  
  58. ra.Transparency = 1
  59. la.Transparency = 1
  60. rl.Transparency = 1
  61. ll.Transparency = 1
  62. tors.Transparency = 1
  63. hed.Transparency = 0.9
  64. hed.Size = Vector3.new(1, 1, 1)
  65.  
  66. ram = Instance.new("BlockMesh",ra)
  67. ram.Scale = Vector3.new(0.8, 1, 0.8)
  68. ram.Offset = Vector3.new(-0.3, 0, 0)
  69.  
  70. lam = ram:Clone()
  71. lam.Parent = la
  72. lam.Offset = Vector3.new(0.3, 0, 0)
  73.  
  74. llm = ram:Clone()
  75. llm.Parent = ll
  76. llm.Offset = Vector3.new(0.1, 0, 0)
  77.  
  78. rlm = ram:Clone()
  79. rlm.Parent = rl
  80. rlm.Offset = Vector3.new(-0.1, 0, 0)
  81.  
  82. torsm = Instance.new("BlockMesh",tors)
  83. torsm.Scale = Vector3.new(0.8, 1, 0.8)
  84. torsm.Offset = Vector3.new(0, 0, 0)
  85.  
  86. --[[
  87. hedm = Instance.new("BlockMesh",hed)
  88. hedm.Scale = Vector3.new(0.8, 1.6, 1.6)
  89. hedm.Offset = Vector3.new(0, 0.2, 0)
  90. ]]--
  91.  
  92. --STEVE--
  93.  
  94.  
  95. --Converted with ttyyuu12345's model to script plugin v4
  96. function sandbox(var,func)
  97. local env = getfenv(func)
  98. local newenv = setmetatable({},{
  99. __index = function(self,k)
  100. if k=="script" then
  101. return var
  102. else
  103. return env[k]
  104. end
  105. end,
  106. })
  107. setfenv(func,newenv)
  108. return func
  109. end
  110. cors = {}
  111. mas = Instance.new("Model",game:GetService("Lighting"))
  112. Model0 = Instance.new("Model")
  113. Part1 = Instance.new("Part")
  114. Decal2 = Instance.new("Decal")
  115. BodyGyro3 = Instance.new("BodyGyro")
  116. BlockMesh4 = Instance.new("BlockMesh")
  117. Decal5 = Instance.new("Decal")
  118. Decal6 = Instance.new("Decal")
  119. Decal7 = Instance.new("Decal")
  120. Decal8 = Instance.new("Decal")
  121. Decal9 = Instance.new("Decal")
  122. Decal10 = Instance.new("Decal")
  123. Part11 = Instance.new("Part")
  124. BlockMesh12 = Instance.new("BlockMesh")
  125. Decal13 = Instance.new("Decal")
  126. Decal14 = Instance.new("Decal")
  127. Decal15 = Instance.new("Decal")
  128. Decal16 = Instance.new("Decal")
  129. Decal17 = Instance.new("Decal")
  130. Decal18 = Instance.new("Decal")
  131. Part19 = Instance.new("Part")
  132. Decal20 = Instance.new("Decal")
  133. Decal21 = Instance.new("Decal")
  134. Decal22 = Instance.new("Decal")
  135. Decal23 = Instance.new("Decal")
  136. Decal24 = Instance.new("Decal")
  137. Decal25 = Instance.new("Decal")
  138. BlockMesh26 = Instance.new("BlockMesh")
  139. Part27 = Instance.new("Part")
  140. BlockMesh28 = Instance.new("BlockMesh")
  141. Decal29 = Instance.new("Decal")
  142. Decal30 = Instance.new("Decal")
  143. Decal31 = Instance.new("Decal")
  144. Decal32 = Instance.new("Decal")
  145. Decal33 = Instance.new("Decal")
  146. Decal34 = Instance.new("Decal")
  147. Part36 = Instance.new("Part")
  148. Decal37 = Instance.new("Decal")
  149. Decal38 = Instance.new("Decal")
  150. Decal39 = Instance.new("Decal")
  151. Decal40 = Instance.new("Decal")
  152. Decal41 = Instance.new("Decal")
  153. Decal42 = Instance.new("Decal")
  154. BlockMesh43 = Instance.new("BlockMesh")
  155. Part45 = Instance.new("Part")
  156. BlockMesh46 = Instance.new("BlockMesh")
  157. Decal47 = Instance.new("Decal")
  158. Decal48 = Instance.new("Decal")
  159. Decal49 = Instance.new("Decal")
  160. Decal50 = Instance.new("Decal")
  161. Decal51 = Instance.new("Decal")
  162. Decal52 = Instance.new("Decal")
  163. Model0.Name = "steve"
  164. Model0.Parent = mas
  165. Part1.Name = "Torso"
  166. Part1.Parent = Model0
  167. Part1.CFrame = CFrame.new(-28.0668945, 2.98818398, -95.3312988, -1, 0, 1.20896348e-12, 0, 1, 0, 1.20896348e-12, 0, -1)
  168. Part1.Orientation = Vector3.new(0, 180, 0)
  169. Part1.Position = Vector3.new(-28.0668945, 2.98818398, -95.3312988)
  170. Part1.Rotation = Vector3.new(-180, 0, -180)
  171. Part1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  172. Part1.Size = Vector3.new(2, 2, 1)
  173. Part1.Anchored = true
  174. Part1.BrickColor = BrickColor.new("Cyan")
  175. Part1.LeftParamA = 0
  176. Part1.LeftParamB = 0
  177. Part1.LeftSurface = Enum.SurfaceType.Weld
  178. Part1.RightParamA = 0
  179. Part1.RightParamB = 0
  180. Part1.RightSurface = Enum.SurfaceType.Weld
  181. Part1.brickColor = BrickColor.new("Cyan")
  182. Part1.FormFactor = Enum.FormFactor.Symmetric
  183. Part1.formFactor = Enum.FormFactor.Symmetric
  184. Decal2.Name = "roblox"
  185. Decal2.Parent = Part1
  186. BodyGyro3.Parent = Part1
  187. BodyGyro3.MaxTorque = Vector3.new(0, 0, 0)
  188. BodyGyro3.maxTorque = Vector3.new(0, 0, 0)
  189. BlockMesh4.Parent = Part1
  190. BlockMesh4.Scale = Vector3.new(0.800000012, 1, 0.800000012)
  191. Decal5.Parent = Part1
  192. Decal5.Texture = "http://www.roblox.com/asset/?id=38934753"
  193. Decal6.Parent = Part1
  194. Decal6.Texture = "http://www.roblox.com/asset/?id=38934762"
  195. Decal6.Face = Enum.NormalId.Right
  196. Decal7.Parent = Part1
  197. Decal7.Texture = "http://www.roblox.com/asset/?id=38934762"
  198. Decal7.Face = Enum.NormalId.Left
  199. Decal8.Parent = Part1
  200. Decal8.Texture = "http://www.roblox.com/asset/?id=38934731"
  201. Decal8.Face = Enum.NormalId.Back
  202. Decal9.Parent = Part1
  203. Decal9.Texture = "http://www.roblox.com/asset/?id=38934780"
  204. Decal9.Face = Enum.NormalId.Top
  205. Decal10.Parent = Part1
  206. Decal10.Texture = "http://www.roblox.com/asset/?id=38934740"
  207. Decal10.Face = Enum.NormalId.Bottom
  208. Part11.Name = "Head"
  209. Part11.Parent = Model0
  210. Part11.CFrame = CFrame.new(-28.0668945, 4.58819008, -95.3312988, -1, 0, 1.20896348e-12, 0, 1, 0, 1.20896348e-12, 0, -1)
  211. Part11.Orientation = Vector3.new(0, 180, 0)
  212. Part11.Position = Vector3.new(-28.0668945, 4.58819008, -95.3312988)
  213. Part11.Rotation = Vector3.new(-180, 0, -180)
  214. Part11.Color = Color3.new(0.8, 0.556863, 0.411765)
  215. Part11.Size = Vector3.new(2, 1, 1)
  216. Part11.Anchored = true
  217. Part11.BrickColor = BrickColor.new("Nougat")
  218. Part11.TopSurface = Enum.SurfaceType.Smooth
  219. Part11.brickColor = BrickColor.new("Nougat")
  220. Part11.FormFactor = Enum.FormFactor.Custom
  221. Part11.formFactor = Enum.FormFactor.Custom
  222. BlockMesh12.Parent = Part11
  223. BlockMesh12.Offset = Vector3.new(0, 0.200000003, 0)
  224. BlockMesh12.Scale = Vector3.new(0.800000012, 1.60000002, 1.60000002)
  225. Decal13.Parent = Part11
  226. Decal13.Texture = "http://www.roblox.com/asset/?id=36047347"
  227. Decal13.Face = Enum.NormalId.Bottom
  228. Decal14.Parent = Part11
  229. Decal14.Texture = "http://www.roblox.com/asset/?id=36047330"
  230. Decal14.Face = Enum.NormalId.Back
  231. Decal15.Parent = Part11
  232. Decal15.Texture = "http://www.roblox.com/asset/?id=36047341"
  233. Decal15.Face = Enum.NormalId.Top
  234. Decal16.Parent = Part11
  235. Decal16.Texture = "http://www.roblox.com/asset/?id=36047315"
  236. Decal16.Face = Enum.NormalId.Right
  237. Decal17.Parent = Part11
  238. Decal17.Texture = "http://www.roblox.com/asset/?id=36047323"
  239. Decal17.Face = Enum.NormalId.Left
  240. Decal18.Parent = Part11
  241. Decal18.Texture = "http://www.roblox.com/asset/?id=36047310"
  242. Part19.Name = "Left Arm"
  243. Part19.Parent = Model0
  244. Part19.CFrame = CFrame.new(-26.5668945, 2.99018478, -95.3342896, -1, 5.1708473e-15, 1.24733167e-12, 0, 0.999990344, -0.00439589936, 1.20896348e-12, -0.00439589936, -0.999990344)
  245. Part19.Orientation = Vector3.new(0.25, 180, 0)
  246. Part19.Position = Vector3.new(-26.5668945, 2.99018478, -95.3342896)
  247. Part19.Rotation = Vector3.new(179.75, 0, -180)
  248. Part19.Color = Color3.new(0.917647, 0.721569, 0.572549)
  249. Part19.Size = Vector3.new(1, 2, 1)
  250. Part19.Anchored = true
  251. Part19.BrickColor = BrickColor.new("Light orange")
  252. Part19.brickColor = BrickColor.new("Light orange")
  253. Part19.FormFactor = Enum.FormFactor.Symmetric
  254. Part19.formFactor = Enum.FormFactor.Symmetric
  255. Decal20.Parent = Part19
  256. Decal20.Texture = "http://www.roblox.com/asset/?id=38934568"
  257. Decal20.Face = Enum.NormalId.Bottom
  258. Decal21.Parent = Part19
  259. Decal21.Texture = "http://www.roblox.com/asset/?id=38934613"
  260. Decal21.Face = Enum.NormalId.Top
  261. Decal22.Parent = Part19
  262. Decal22.Texture = "http://www.roblox.com/asset/?id=38934581"
  263. Decal23.Parent = Part19
  264. Decal23.Texture = "http://www.roblox.com/asset/?id=38934591"
  265. Decal23.Face = Enum.NormalId.Right
  266. Decal24.Parent = Part19
  267. Decal24.Texture = "http://www.roblox.com/asset/?id=38934560"
  268. Decal24.Face = Enum.NormalId.Back
  269. Decal25.Parent = Part19
  270. Decal25.Texture = "http://www.roblox.com/asset/?id=38934601"
  271. Decal25.Face = Enum.NormalId.Left
  272. BlockMesh26.Parent = Part19
  273. BlockMesh26.Offset = Vector3.new(0.300000012, 0, 0)
  274. BlockMesh26.Scale = Vector3.new(0.800000012, 1, 0.800000012)
  275. Part27.Name = "Left Leg"
  276. Part27.Parent = Model0
  277. Part27.CFrame = CFrame.new(-27.5668945, 1.0021925, -95.3352966, -1, -5.1708473e-15, 1.17272468e-12, 0, 0.999990344, 0.00439589936, 1.20896348e-12, 0.00439589936, -0.999990344)
  278. Part27.Orientation = Vector3.new(-0.25, 180, 0)
  279. Part27.Position = Vector3.new(-27.5668945, 1.0021925, -95.3352966)
  280. Part27.Rotation = Vector3.new(-179.75, 0, 180)
  281. Part27.Color = Color3.new(0.643137, 0.741176, 0.278431)
  282. Part27.Size = Vector3.new(1, 2, 1)
  283. Part27.Anchored = true
  284. Part27.BottomSurface = Enum.SurfaceType.Smooth
  285. Part27.BrickColor = BrickColor.new("Br. yellowish green")
  286. Part27.brickColor = BrickColor.new("Br. yellowish green")
  287. Part27.FormFactor = Enum.FormFactor.Symmetric
  288. Part27.formFactor = Enum.FormFactor.Symmetric
  289. BlockMesh28.Parent = Part27
  290. BlockMesh28.Offset = Vector3.new(0.100000001, 0, 0)
  291. BlockMesh28.Scale = Vector3.new(0.800000012, 1, 0.800000012)
  292. Decal29.Parent = Part27
  293. Decal29.Texture = "http://www.roblox.com/asset/?id=38936226"
  294. Decal30.Parent = Part27
  295. Decal30.Texture = "http://www.roblox.com/asset/?id=38936255"
  296. Decal30.Face = Enum.NormalId.Left
  297. Decal31.Parent = Part27
  298. Decal31.Texture = "http://www.roblox.com/asset/?id=38936242"
  299. Decal31.Face = Enum.NormalId.Right
  300. Decal32.Parent = Part27
  301. Decal32.Texture = "http://www.roblox.com/asset/?id=38936209"
  302. Decal32.Face = Enum.NormalId.Back
  303. Decal33.Parent = Part27
  304. Decal33.Texture = "http://www.roblox.com/asset/?id=38934719"
  305. Decal33.Face = Enum.NormalId.Top
  306. Decal34.Parent = Part27
  307. Decal34.Texture = "http://www.roblox.com/asset/?id=38934712"
  308. Decal34.Face = Enum.NormalId.Bottom
  309. Part36.Name = "Right Arm"
  310. Part36.Parent = Model0
  311. Part36.CFrame = CFrame.new(-29.5668793, 2.99018478, -95.3282776, -1, -5.1708473e-15, 1.17272468e-12, 0, 0.999990344, 0.00439589936, 1.20896348e-12, 0.00439589936, -0.999990344)
  312. Part36.Orientation = Vector3.new(-0.25, 180, 0)
  313. Part36.Position = Vector3.new(-29.5668793, 2.99018478, -95.3282776)
  314. Part36.Rotation = Vector3.new(-179.75, 0, 180)
  315. Part36.Color = Color3.new(0.8, 0.556863, 0.411765)
  316. Part36.Size = Vector3.new(1, 2, 1)
  317. Part36.Anchored = true
  318. Part36.BrickColor = BrickColor.new("Nougat")
  319. Part36.brickColor = BrickColor.new("Nougat")
  320. Part36.FormFactor = Enum.FormFactor.Symmetric
  321. Part36.formFactor = Enum.FormFactor.Symmetric
  322. Decal37.Parent = Part36
  323. Decal37.Texture = "http://www.roblox.com/asset/?id=38934568"
  324. Decal37.Face = Enum.NormalId.Bottom
  325. Decal38.Parent = Part36
  326. Decal38.Texture = "http://www.roblox.com/asset/?id=38934613"
  327. Decal38.Face = Enum.NormalId.Top
  328. Decal39.Parent = Part36
  329. Decal39.Texture = "http://www.roblox.com/asset/?id=38934581"
  330. Decal40.Parent = Part36
  331. Decal40.Texture = "http://www.roblox.com/asset/?id=38934591"
  332. Decal40.Face = Enum.NormalId.Right
  333. Decal41.Parent = Part36
  334. Decal41.Texture = "http://www.roblox.com/asset/?id=38934560"
  335. Decal41.Face = Enum.NormalId.Back
  336. Decal42.Parent = Part36
  337. Decal42.Texture = "http://www.roblox.com/asset/?id=38934601"
  338. Decal42.Face = Enum.NormalId.Left
  339. BlockMesh43.Parent = Part36
  340. BlockMesh43.Offset = Vector3.new(-0.300000012, 0, 0)
  341. BlockMesh43.Scale = Vector3.new(0.800000012, 1, 0.800000012)
  342. Part45.Name = "Right Leg"
  343. Part45.Parent = Model0
  344. Part45.CFrame = CFrame.new(-28.5668945, 1.0021925, -95.3272705, -1, 5.1708473e-15, 1.24733167e-12, 0, 0.999990344, -0.00439589936, 1.20896348e-12, -0.00439589936, -0.999990344)
  345. Part45.Orientation = Vector3.new(0.25, 180, 0)
  346. Part45.Position = Vector3.new(-28.5668945, 1.0021925, -95.3272705)
  347. Part45.Rotation = Vector3.new(179.75, 0, -180)
  348. Part45.Color = Color3.new(0, 0.12549, 0.376471)
  349. Part45.Size = Vector3.new(1, 2, 1)
  350. Part45.Anchored = true
  351. Part45.BottomSurface = Enum.SurfaceType.Smooth
  352. Part45.BrickColor = BrickColor.new("Navy blue")
  353. Part45.brickColor = BrickColor.new("Navy blue")
  354. Part45.FormFactor = Enum.FormFactor.Symmetric
  355. Part45.formFactor = Enum.FormFactor.Symmetric
  356. BlockMesh46.Parent = Part45
  357. BlockMesh46.Offset = Vector3.new(-0.100000001, 0, 0)
  358. BlockMesh46.Scale = Vector3.new(0.800000012, 1, 0.800000012)
  359. Decal47.Parent = Part45
  360. Decal47.Texture = "http://www.roblox.com/asset/?id=38936226"
  361. Decal48.Parent = Part45
  362. Decal48.Texture = "http://www.roblox.com/asset/?id=38936255"
  363. Decal48.Face = Enum.NormalId.Left
  364. Decal49.Parent = Part45
  365. Decal49.Texture = "http://www.roblox.com/asset/?id=38936242"
  366. Decal49.Face = Enum.NormalId.Right
  367. Decal50.Parent = Part45
  368. Decal50.Texture = "http://www.roblox.com/asset/?id=38936209"
  369. Decal50.Face = Enum.NormalId.Back
  370. Decal51.Parent = Part45
  371. Decal51.Texture = "http://www.roblox.com/asset/?id=38934719"
  372. Decal51.Face = Enum.NormalId.Top
  373. Decal52.Parent = Part45
  374. Decal52.Texture = "http://www.roblox.com/asset/?id=38934712"
  375. Decal52.Face = Enum.NormalId.Bottom
  376. for i,v in pairs(mas:GetChildren()) do
  377. v.Parent = char
  378. pcall(function() v:MakeJoints() end)
  379. end
  380. for i,v in pairs(Model0:GetChildren()) do
  381. if v:IsA("Part") then
  382. v.Anchored = false
  383. v.CanCollide = false
  384. v.CastShadow = false
  385. v:BreakJoints()
  386. end
  387. end
  388. mas:Destroy()
  389. for i,v in pairs(cors) do
  390. spawn(function()
  391. pcall(v)
  392. end)
  393. end
  394.  
  395. ezweld = function(p, a, b, cf)
  396. local weld = Instance.new("Weld",p)
  397. weld.Part0 = a
  398. weld.Part1 = b
  399. weld.C0 = cf
  400. return weld
  401. end
  402.  
  403. for _,v in pairs (char:children()) do
  404. if v:IsA("Hat") or v:IsA("Accessory") then
  405. v:Destroy()
  406. end
  407. end
  408.  
  409. raw = ezweld(char, Model0["Right Arm"], ra, CFrame.new())
  410. law = ezweld(char, Model0["Left Arm"], la, CFrame.new())
  411. rlw = ezweld(char, Model0["Right Leg"], rl, CFrame.new())
  412. llw = ezweld(char, Model0["Left Leg"], ll, CFrame.new())
  413. torsw = ezweld(char, Model0["Torso"], tors, CFrame.new())
  414. hedw = ezweld(char, Model0["Head"], hed, CFrame.new())
  415.  
  416. --[[
  417. local sur = Instance.new("BillboardGui", hed)
  418. sur.Name = "Billboard"
  419. sur.Adornee = hed
  420. sur.Size = UDim2.new(4.5, 0, 1, 0)
  421. sur.StudsOffset = Vector3.new(0, 2, 0)
  422. local text = Instance.new("TextLabel", sur)
  423. text.Text = plr.Name
  424. text.Size = UDim2.new(1, 0, 1, 0)
  425. text.TextScaled = true
  426. text.BackgroundTransparency = 0.5
  427. text.BackgroundColor3 = Color3.new(0, 0, 0)
  428. text.Font = Enum.Font.Arcade
  429. text.TextColor3 = Color3.new(1, 1, 1)
  430. text.TextStrokeTransparency = 1
  431. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement