Advertisement
Ben_Scripts343

Mocap Script [FIXED]

Apr 6th, 2021 (edited)
2,370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 KB | None | 0 0
  1. local AnimationMocap = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local TitleNOSCRPT = Instance.new("TextLabel")
  4. local Animations = Instance.new("Frame")
  5. local WalkAnim = Instance.new("TextBox")
  6. local FallAnim = Instance.new("TextBox")
  7. local JumpAnim = Instance.new("TextBox")
  8. local IdleAnim = Instance.new("TextBox")
  9. local AnimButton = Instance.new("TextButton")
  10. local Scales = Instance.new("Frame")
  11. local Height = Instance.new("TextBox")
  12. local Width = Instance.new("TextBox")
  13. local Depth = Instance.new("TextBox")
  14. local Head = Instance.new("TextBox")
  15. local InfoNOSCRIPTHERE = Instance.new("TextLabel")
  16. local ScaleButton = Instance.new("TextButton")
  17. local OpenAnim = Instance.new("TextButton")
  18. local OpenScale = Instance.new("TextButton")
  19. local CloseAll = Instance.new("TextButton")
  20.  
  21. AnimationMocap.Name = "Animation Mocap"
  22. AnimationMocap.Parent = game.CoreGui
  23. AnimationMocap.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Main.Name = "Main"
  26. Main.Parent = AnimationMocap
  27. Main.Active = true
  28. Main.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  29. Main.BorderColor3 = Color3.new(0, 0, 0)
  30. Main.BorderSizePixel = 3
  31. Main.LayoutOrder = 4
  32. Main.Position = UDim2.new(0.357664227, 0, 0.366559476, 0)
  33. Main.Size = UDim2.new(0, 476, 0, 298)
  34. Main.Draggable = true
  35. Main.Active = true
  36.  
  37.  
  38. TitleNOSCRPT.Name = "Title[NO SCRPT]"
  39. TitleNOSCRPT.Parent = Main
  40. TitleNOSCRPT.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TitleNOSCRPT.BackgroundTransparency = 1
  42. TitleNOSCRPT.Position = UDim2.new(0.041569043, 0, 0.0963101983, 0)
  43. TitleNOSCRPT.Size = UDim2.new(0, 430, 0, 138)
  44. TitleNOSCRPT.Font = Enum.Font.Roboto
  45. TitleNOSCRPT.Text = "Hi, welcome!"
  46. TitleNOSCRPT.TextColor3 = Color3.new(0, 0, 0)
  47. TitleNOSCRPT.TextScaled = true
  48. TitleNOSCRPT.TextSize = 14
  49. TitleNOSCRPT.TextWrapped = true
  50.  
  51. Animations.Name = "Animations"
  52. Animations.Parent = AnimationMocap
  53. Animations.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  54. Animations.Position = UDim2.new(0.356751829, 0, 0.366559476, 0)
  55. Animations.Size = UDim2.new(0, 476, 0, 298)
  56. Animations.Visible = false
  57. Animations.Draggable = true
  58. Animations.Active = true
  59.  
  60. WalkAnim.Name = "WalkAnim"
  61. WalkAnim.Parent = Animations
  62. WalkAnim.BackgroundColor3 = Color3.new(1, 1, 1)
  63. WalkAnim.Position = UDim2.new(0.021008404, 0, 0.0704698041, 0)
  64. WalkAnim.Size = UDim2.new(0, 81, 0, 28)
  65. WalkAnim.Font = Enum.Font.SourceSans
  66. WalkAnim.PlaceholderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  67. WalkAnim.Text = ""
  68. WalkAnim.TextColor3 = Color3.new(0, 0, 0)
  69. WalkAnim.TextSize = 14
  70.  
  71. FallAnim.Name = "FallAnim"
  72. FallAnim.Parent = Animations
  73. FallAnim.BackgroundColor3 = Color3.new(1, 1, 1)
  74. FallAnim.Position = UDim2.new(0.287815124, 0, 0.0704698041, 0)
  75. FallAnim.Size = UDim2.new(0, 81, 0, 28)
  76. FallAnim.Font = Enum.Font.SourceSans
  77. FallAnim.PlaceholderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  78. FallAnim.Text = ""
  79. FallAnim.TextColor3 = Color3.new(0, 0, 0)
  80. FallAnim.TextSize = 14
  81.  
  82. JumpAnim.Name = "JumpAnim"
  83. JumpAnim.Parent = Animations
  84. JumpAnim.BackgroundColor3 = Color3.new(1, 1, 1)
  85. JumpAnim.Position = UDim2.new(0.523109198, 0, 0.0704698041, 0)
  86. JumpAnim.Size = UDim2.new(0, 81, 0, 28)
  87. JumpAnim.Font = Enum.Font.SourceSans
  88. JumpAnim.PlaceholderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  89. JumpAnim.Text = ""
  90. JumpAnim.TextColor3 = Color3.new(0, 0, 0)
  91. JumpAnim.TextSize = 14
  92.  
  93. IdleAnim.Name = "IdleAnim"
  94. IdleAnim.Parent = Animations
  95. IdleAnim.BackgroundColor3 = Color3.new(1, 1, 1)
  96. IdleAnim.Position = UDim2.new(0.796218514, 0, 0.0704698041, 0)
  97. IdleAnim.Size = UDim2.new(0, 81, 0, 28)
  98. IdleAnim.Font = Enum.Font.SourceSans
  99. IdleAnim.PlaceholderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  100. IdleAnim.Text = ""
  101. IdleAnim.TextColor3 = Color3.new(0, 0, 0)
  102. IdleAnim.TextSize = 14
  103.  
  104. AnimButton.Name = "AnimButton"
  105. AnimButton.Parent = Animations
  106. AnimButton.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  107. AnimButton.BorderSizePixel = 0
  108. AnimButton.Position = UDim2.new(0.174369752, 0, 0.647651017, 0)
  109. AnimButton.Size = UDim2.new(0, 309, 0, 40)
  110. AnimButton.Font = Enum.Font.SourceSans
  111. AnimButton.Text = "Execute the roblox animations ID's"
  112. AnimButton.TextColor3 = Color3.new(0, 0, 0)
  113. AnimButton.TextSize = 16
  114. AnimButton.MouseButton1Click:connect(function()
  115.  
  116. local args = {
  117. [1] = {
  118. ["BodyParts"] = {
  119. ["RightArm"] = 86500036,
  120. ["Torso"] = 86500008,
  121. ["Head"] = 0,
  122. ["RightLeg"] = 86500078,
  123. ["Face"] = 86487700,
  124. ["LeftArm"] = 86500054,
  125. ["LeftLeg"] = 86500064
  126. },
  127. ["Clothes"] = {
  128. ["GraphicTShirt"] = 0,
  129. ["Shirt"] = 144076358,
  130. ["Pants"] = 144076760
  131. },
  132. ["Accessories"] = {
  133. ["HatAccessory"] = {},
  134. ["BackAccessory"] = {},
  135. ["FrontAccessory"] = {},
  136. ["FaceAccessory"] = {},
  137. ["WaistAccessory"] = {},
  138. ["ShouldersAccessory"] = {},
  139. ["NeckAccessory"] = {},
  140. ["HairAccessory"] = {
  141. [1] = "63690008"
  142. }
  143. },
  144. ["Animation"] = {
  145. ["FallAnimation"] = FallAnim.Text,
  146. ["ClimbAnimation"] = 0,
  147. ["IdleAnimation"] = IdleAnim.Text,
  148. ["WalkAnimation"] = WalkAnim.Text,
  149. ["SwimAnimation"] = 0,
  150. ["JumpAnimation"] = JumpAnim.Text,
  151. ["RunAnimation"] = 0
  152. },
  153. ["Scale"] = {
  154. ["BodyTypeScale"] = 0,
  155. ["DepthScale"] = Depth.Text,
  156. ["HeadScale"] = Head.Text,
  157. ["HeightScale"] = Height.Text,
  158. ["ProportionScale"] = 0,
  159. ["WidthScale"] = Width.Text
  160. },
  161. ["Emotes"] = {
  162. ["Hello"] = {
  163. [1] = 3576686446
  164. },
  165. ["Point2"] = {
  166. [1] = 3576823880
  167. },
  168. ["Stadium"] = {
  169. [1] = 3360686498
  170. },
  171. ["Shrug"] = {
  172. [1] = 3576968026
  173. }
  174. },
  175. ["EquippedEmotes"] = {
  176. [1] = {
  177. ["Name"] = "Shrug",
  178. ["Slot"] = 4
  179. },
  180. [2] = {
  181. ["Name"] = "Point2",
  182. ["Slot"] = 3
  183. },
  184. [3] = {
  185. ["Name"] = "Stadium",
  186. ["Slot"] = 2
  187. },
  188. [4] = {
  189. ["Name"] = "Hello",
  190. ["Slot"] = 1
  191. }
  192. },
  193. ["BodyColors"] = {
  194. ["HeadColor"] = {
  195. [1] = 0.48627454042435,
  196. [2] = 0.36078432202339,
  197. [3] = 0.27450981736183
  198. },
  199. ["TorsoColor"] = {
  200. [1] = 0.48627454042435,
  201. [2] = 0.36078432202339,
  202. [3] = 0.27450981736183
  203. },
  204. ["LeftArmColor"] = {
  205. [1] = 0.48627454042435,
  206. [2] = 0.36078432202339,
  207. [3] = 0.27450981736183
  208. },
  209. ["RightLegColor"] = {
  210. [1] = 0.48627454042435,
  211. [2] = 0.36078432202339,
  212. [3] = 0.27450981736183
  213. },
  214. ["LeftLegColor"] = {
  215. [1] = 0.48627454042435,
  216. [2] = 0.36078432202339,
  217. [3] = 0.27450981736183
  218. },
  219. ["RightArmColor"] = {
  220. [1] = 0.48627454042435,
  221. [2] = 0.36078432202339,
  222. [3] = 0.27450981736183
  223. }
  224. }
  225. }
  226. }
  227.  
  228. game:GetService("ReplicatedStorage").ApplyDescription:InvokeServer(unpack(args))
  229. end)
  230.  
  231. Scales.Name = "Scales"
  232. Scales.Parent = AnimationMocap
  233. Scales.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  234. Scales.Position = UDim2.new(0.356751829, 0, 0.366559476, 0)
  235. Scales.Size = UDim2.new(0, 475, 0, 298)
  236. Scales.Visible = false
  237. Scales.Draggable = true
  238. Scales.Active = true
  239.  
  240. Height.Name = "Height"
  241. Height.Parent = Scales
  242. Height.BackgroundColor3 = Color3.new(1, 1, 1)
  243. Height.Position = UDim2.new(0.0189473685, 0, 0.0704697967, 0)
  244. Height.Size = UDim2.new(0, 81, 0, 28)
  245. Height.Font = Enum.Font.SourceSans
  246. Height.Text = ""
  247. Height.TextColor3 = Color3.new(0, 0, 0)
  248. Height.TextSize = 14
  249.  
  250. Width.Name = "Width"
  251. Width.Parent = Scales
  252. Width.BackgroundColor3 = Color3.new(1, 1, 1)
  253. Width.Position = UDim2.new(0.26526314, 0, 0.0704697967, 0)
  254. Width.Size = UDim2.new(0, 81, 0, 28)
  255. Width.Font = Enum.Font.SourceSans
  256. Width.Text = ""
  257. Width.TextColor3 = Color3.new(0, 0, 0)
  258. Width.TextSize = 14
  259.  
  260. Depth.Name = "Depth"
  261. Depth.Parent = Scales
  262. Depth.BackgroundColor3 = Color3.new(1, 1, 1)
  263. Depth.Position = UDim2.new(0.509473681, 0, 0.0704697967, 0)
  264. Depth.Size = UDim2.new(0, 81, 0, 28)
  265. Depth.Font = Enum.Font.SourceSans
  266. Depth.Text = ""
  267. Depth.TextColor3 = Color3.new(0, 0, 0)
  268. Depth.TextSize = 14
  269.  
  270. Head.Name = "Head"
  271. Head.Parent = Scales
  272. Head.BackgroundColor3 = Color3.new(1, 1, 1)
  273. Head.Position = UDim2.new(0.781052589, 0, 0.0704697967, 0)
  274. Head.Size = UDim2.new(0, 81, 0, 28)
  275. Head.Font = Enum.Font.SourceSans
  276. Head.Text = ""
  277. Head.TextColor3 = Color3.new(0, 0, 0)
  278. Head.TextSize = 14
  279.  
  280. InfoNOSCRIPTHERE.Name = "Info[NO SCRIPT HERE!]"
  281. InfoNOSCRIPTHERE.Parent = Scales
  282. InfoNOSCRIPTHERE.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  283. InfoNOSCRIPTHERE.BorderColor3 = Color3.new(0.298039, 0.278431, 0.270588)
  284. InfoNOSCRIPTHERE.Position = UDim2.new(0.0147368424, 0, 0.194630876, 0)
  285. InfoNOSCRIPTHERE.Size = UDim2.new(0, 452, 0, 39)
  286. InfoNOSCRIPTHERE.Font = Enum.Font.SourceSans
  287. InfoNOSCRIPTHERE.Text = "1: Height 2:Width 3:Depth 4:Head Size"
  288. InfoNOSCRIPTHERE.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  289. InfoNOSCRIPTHERE.TextSize = 14
  290.  
  291. ScaleButton.Name = "ScaleButton"
  292. ScaleButton.Parent = Scales
  293. ScaleButton.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  294. ScaleButton.BorderSizePixel = 0
  295. ScaleButton.Position = UDim2.new(0.258947372, 0, 0.614093959, 0)
  296. ScaleButton.Size = UDim2.new(0, 200, 0, 50)
  297. ScaleButton.Font = Enum.Font.PermanentMarker
  298. ScaleButton.Text = "Execute Size"
  299. ScaleButton.TextColor3 = Color3.new(0, 0, 0)
  300. ScaleButton.TextScaled = true
  301. ScaleButton.TextSize = 16
  302. ScaleButton.TextWrapped = true
  303. ScaleButton.MouseButton1Click:connect(function()
  304.  
  305. local args = {
  306. [1] = {
  307. ["BodyParts"] = {
  308. ["RightArm"] = 86500036,
  309. ["Torso"] = 86500008,
  310. ["Head"] = 0,
  311. ["RightLeg"] = 86500078,
  312. ["Face"] = 86487700,
  313. ["LeftArm"] = 86500054,
  314. ["LeftLeg"] = 86500064
  315. },
  316. ["Clothes"] = {
  317. ["GraphicTShirt"] = 0,
  318. ["Shirt"] = 144076358,
  319. ["Pants"] = 144076760
  320. },
  321. ["Accessories"] = {
  322. ["HatAccessory"] = {},
  323. ["BackAccessory"] = {},
  324. ["FrontAccessory"] = {},
  325. ["FaceAccessory"] = {},
  326. ["WaistAccessory"] = {},
  327. ["ShouldersAccessory"] = {},
  328. ["NeckAccessory"] = {},
  329. ["HairAccessory"] = {
  330. [1] = "63690008"
  331. }
  332. },
  333. ["Animation"] = {
  334. ["FallAnimation"] = FallAnim.Text,
  335. ["ClimbAnimation"] = 0,
  336. ["IdleAnimation"] = IdleAnim.Text,
  337. ["WalkAnimation"] = WalkAnim.Text,
  338. ["SwimAnimation"] = 0,
  339. ["JumpAnimation"] = JumpAnim.Text,
  340. ["RunAnimation"] = 0
  341. },
  342. ["Scale"] = {
  343. ["BodyTypeScale"] = 0,
  344. ["DepthScale"] = Depth.Text,
  345. ["HeadScale"] = Head.Text,
  346. ["HeightScale"] = Height.Text,
  347. ["ProportionScale"] = 0,
  348. ["WidthScale"] = Width.Text
  349. },
  350. ["Emotes"] = {
  351. ["Hello"] = {
  352. [1] = 3576686446
  353. },
  354. ["Point2"] = {
  355. [1] = 3576823880
  356. },
  357. ["Stadium"] = {
  358. [1] = 3360686498
  359. },
  360. ["Shrug"] = {
  361. [1] = 3576968026
  362. }
  363. },
  364. ["EquippedEmotes"] = {
  365. [1] = {
  366. ["Name"] = "Shrug",
  367. ["Slot"] = 4
  368. },
  369. [2] = {
  370. ["Name"] = "Point2",
  371. ["Slot"] = 3
  372. },
  373. [3] = {
  374. ["Name"] = "Stadium",
  375. ["Slot"] = 2
  376. },
  377. [4] = {
  378. ["Name"] = "Hello",
  379. ["Slot"] = 1
  380. }
  381. },
  382. ["BodyColors"] = {
  383. ["HeadColor"] = {
  384. [1] = 0.48627454042435,
  385. [2] = 0.36078432202339,
  386. [3] = 0.27450981736183
  387. },
  388. ["TorsoColor"] = {
  389. [1] = 0.48627454042435,
  390. [2] = 0.36078432202339,
  391. [3] = 0.27450981736183
  392. },
  393. ["LeftArmColor"] = {
  394. [1] = 0.48627454042435,
  395. [2] = 0.36078432202339,
  396. [3] = 0.27450981736183
  397. },
  398. ["RightLegColor"] = {
  399. [1] = 0.48627454042435,
  400. [2] = 0.36078432202339,
  401. [3] = 0.27450981736183
  402. },
  403. ["LeftLegColor"] = {
  404. [1] = 0.48627454042435,
  405. [2] = 0.36078432202339,
  406. [3] = 0.27450981736183
  407. },
  408. ["RightArmColor"] = {
  409. [1] = 0.48627454042435,
  410. [2] = 0.36078432202339,
  411. [3] = 0.27450981736183
  412. }
  413. }
  414. }
  415. }
  416.  
  417. game:GetService("ReplicatedStorage").ApplyDescription:InvokeServer(unpack(args))
  418. end)
  419.  
  420. OpenAnim.Name = "OpenAnim"
  421. OpenAnim.Parent = AnimationMocap
  422. OpenAnim.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  423. OpenAnim.Position = UDim2.new(0, 0, 0.813504815, 0)
  424. OpenAnim.Size = UDim2.new(0, 93, 0, 40)
  425. OpenAnim.Font = Enum.Font.SourceSans
  426. OpenAnim.Text = "Animations"
  427. OpenAnim.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  428. OpenAnim.TextSize = 14
  429. OpenAnim.MouseButton1Click:connect(function()
  430. Animations.Visible = true
  431. Scales.Visible = false
  432. Main.Visible = false
  433. OpenAnim.Visible = false
  434. OpenScale.Visible = true
  435. CloseAll.Visible = true
  436. end)
  437.  
  438. OpenScale.Name = "OpenScale"
  439. OpenScale.Parent = AnimationMocap
  440. OpenScale.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  441. OpenScale.Position = UDim2.new(0, 0, 0.877813518, 0)
  442. OpenScale.Size = UDim2.new(0, 93, 0, 40)
  443. OpenScale.Font = Enum.Font.SourceSans
  444. OpenScale.Text = "Scale"
  445. OpenScale.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  446. OpenScale.TextSize = 14
  447. OpenScale.MouseButton1Click:connect(function()
  448. Main.Visible = false
  449. Animations.Visible = false
  450. Scales.Visible = true
  451. OpenScale.Visible = false
  452. OpenAnim.Visible = true
  453. CloseAll.Visible = true
  454. end)
  455.  
  456. CloseAll.Name = "CloseAll"
  457. CloseAll.Parent = AnimationMocap
  458. CloseAll.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  459. CloseAll.Position = UDim2.new(0, 0, 0.942122221, 0)
  460. CloseAll.Size = UDim2.new(0, 93, 0, 40)
  461. CloseAll.Font = Enum.Font.SourceSans
  462. CloseAll.Text = "Close"
  463. CloseAll.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  464. CloseAll.TextSize = 14
  465. CloseAll.MouseButton1Click:connect(function()
  466. Animations.Visible = false
  467. Scales.Visible = false
  468. Main.Visible = false
  469. CloseAll.Visible = false
  470. OpenScale.Visible = true
  471. OpenAnim.Visible = true
  472. end)
  473.  
  474. local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))local a={[1]="IMA SKIDDDDDD",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(a))wait(1)local b=game.Players.LocalPlayer;b:kick("For not subbing to Benny123 Scripts")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement