EmeraldIT

Untitled

Jul 23rd, 2020 (edited)
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.35 KB | None | 0 0
  1. function sandbox(var,func)
  2. local env = getfenv(func)
  3. local newenv = setmetatable({},{
  4. __index = function(self,k)
  5. if k=="script" then
  6. return var
  7. else
  8. return env[k]
  9. end
  10. end,
  11. })
  12. setfenv(func,newenv)
  13. return func
  14. end
  15. cors = {}
  16. mas = Instance.new("Model",game:GetService("Lighting"))
  17. ScreenGui0 = Instance.new("ScreenGui")
  18. ScrollingFrame1 = Instance.new("ScrollingFrame")
  19. TextLabel2 = Instance.new("TextLabel")
  20. RS_X = Instance.new("TextBox")
  21. RS_Y = Instance.new("TextBox")
  22. RS_Z = Instance.new("TextBox")
  23. TextLabel6 = Instance.new("TextLabel")
  24. RS_R_X = Instance.new("TextBox")
  25. RS_R_Y = Instance.new("TextBox")
  26. RS_R_Z = Instance.new("TextBox")
  27. TextLabel10 = Instance.new("TextLabel")
  28. TextLabel11 = Instance.new("TextLabel")
  29. TextLabel12 = Instance.new("TextLabel")
  30. LS_X = Instance.new("TextBox")
  31. LS_Y = Instance.new("TextBox")
  32. LS_Z = Instance.new("TextBox")
  33. TextLabel16 = Instance.new("TextLabel")
  34. LS_R_X = Instance.new("TextBox")
  35. LS_R_Y = Instance.new("TextBox")
  36. LS_R_Z = Instance.new("TextBox")
  37. TextLabel20 = Instance.new("TextLabel")
  38. TextLabel21 = Instance.new("TextLabel")
  39. RH_X = Instance.new("TextBox")
  40. RH_Y = Instance.new("TextBox")
  41. RH_Z = Instance.new("TextBox")
  42. TextLabel25 = Instance.new("TextLabel")
  43. RH_R_X = Instance.new("TextBox")
  44. RH_R_Y = Instance.new("TextBox")
  45. RH_R_Z = Instance.new("TextBox")
  46. TextLabel29 = Instance.new("TextLabel")
  47. TextLabel30 = Instance.new("TextLabel")
  48. LH_X = Instance.new("TextBox")
  49. LH_Y = Instance.new("TextBox")
  50. LH_Z = Instance.new("TextBox")
  51. TextLabel34 = Instance.new("TextLabel")
  52. LH_R_X = Instance.new("TextBox")
  53. LH_R_Y = Instance.new("TextBox")
  54. LH_R_Z = Instance.new("TextBox")
  55. TextLabel38 = Instance.new("TextLabel")
  56. TextLabel39 = Instance.new("TextLabel")
  57. N_X = Instance.new("TextBox")
  58. N_Y = Instance.new("TextBox")
  59. N_Z = Instance.new("TextBox")
  60. TextLabel43 = Instance.new("TextLabel")
  61. N_R_X = Instance.new("TextBox")
  62. N_R_Y = Instance.new("TextBox")
  63. N_R_Z = Instance.new("TextBox")
  64. TextLabel47 = Instance.new("TextLabel")
  65. TextLabel48 = Instance.new("TextLabel")
  66. TOR_X = Instance.new("TextBox")
  67. TOR_Y = Instance.new("TextBox")
  68. TOR_Z = Instance.new("TextBox")
  69. TextLabel52 = Instance.new("TextLabel")
  70. TOR_R_X = Instance.new("TextBox")
  71. TOR_R_Y = Instance.new("TextBox")
  72. TOR_R_Z = Instance.new("TextBox")
  73. TextLabel56 = Instance.new("TextLabel")
  74. ResetButton = Instance.new("TextButton")
  75. TextLabel58 = Instance.new("TextLabel")
  76. MakeC0ScriptButton = Instance.new("TextButton")
  77. MakeKeyframeButton = Instance.new("TextButton")
  78. ScreenGui0.Parent = mas
  79. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  80. ScrollingFrame1.Name = "Main"
  81. ScrollingFrame1.Parent = ScreenGui0
  82. ScrollingFrame1.Position = UDim2.new(0.763952374, 0, 0.0204778165, 0)
  83. ScrollingFrame1.Size = UDim2.new(0.22278133, 0, 0.95847553, 0)
  84. ScrollingFrame1.Active = true
  85. ScrollingFrame1.BackgroundColor = BrickColor.new("Dirt brown")
  86. ScrollingFrame1.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  87. ScrollingFrame1.BackgroundTransparency = 0.20000000298023
  88. ScrollingFrame1.BorderSizePixel = 0
  89. ScrollingFrame1.CanvasPosition = Vector2.new(0, 1794.5)
  90. ScrollingFrame1.CanvasSize = UDim2.new(0, 0, 3, 0)
  91. ScrollingFrame1.ElasticBehavior = Enum.ElasticBehavior.Always
  92. ScrollingFrame1.ScrollBarThickness = 8
  93. TextLabel2.Name = "RS-Title"
  94. TextLabel2.Parent = ScrollingFrame1
  95. TextLabel2.Position = UDim2.new(0, 0, 0.0309063345, 0)
  96. TextLabel2.Size = UDim2.new(1, 0, 0.00999999978, 0)
  97. TextLabel2.BackgroundColor = BrickColor.new("Dark grey metallic")
  98. TextLabel2.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  99. TextLabel2.BackgroundTransparency = 0.5
  100. TextLabel2.BorderSizePixel = 0
  101. TextLabel2.Font = Enum.Font.SciFi
  102. TextLabel2.FontSize = Enum.FontSize.Size14
  103. TextLabel2.Text = "Right Shoulder"
  104. TextLabel2.TextColor = BrickColor.new("Pastel blue-green")
  105. TextLabel2.TextColor3 = Color3.new(0.662745, 1, 0.905882)
  106. TextLabel2.TextSize = 14
  107. TextLabel2.TextStrokeColor3 = Color3.new(1, 1, 1)
  108. RS_X.Name = "IncrementX"
  109. RS_X.Parent = TextLabel2
  110. RS_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
  111. RS_X.Size = UDim2.new(0, 45, 0, 32)
  112. RS_X.BackgroundColor = BrickColor.new("Sand red")
  113. RS_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  114. RS_X.BackgroundTransparency = 0.5
  115. RS_X.BorderSizePixel = 0
  116. RS_X.Font = Enum.Font.SourceSans
  117. RS_X.FontSize = Enum.FontSize.Size14
  118. RS_X.Text = ""
  119. RS_X.TextColor = BrickColor.new("Really black")
  120. RS_X.TextColor3 = Color3.new(0, 0, 0)
  121. RS_X.TextScaled = true
  122. RS_X.TextSize = 14
  123. RS_X.TextWrap = true
  124. RS_X.TextWrapped = true
  125. RS_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  126. RS_X.PlaceholderText = "0"
  127. RS_X.ShowNativeInput = false
  128. RS_Y.Name = "IncrementY"
  129. RS_Y.Parent = TextLabel2
  130. RS_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
  131. RS_Y.Size = UDim2.new(0, 45, 0, 32)
  132. RS_Y.BackgroundColor = BrickColor.new("Sand red")
  133. RS_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  134. RS_Y.BackgroundTransparency = 0.5
  135. RS_Y.BorderSizePixel = 0
  136. RS_Y.Font = Enum.Font.SourceSans
  137. RS_Y.FontSize = Enum.FontSize.Size14
  138. RS_Y.Text = ""
  139. RS_Y.TextColor = BrickColor.new("Really black")
  140. RS_Y.TextColor3 = Color3.new(0, 0, 0)
  141. RS_Y.TextScaled = true
  142. RS_Y.TextSize = 14
  143. RS_Y.TextWrap = true
  144. RS_Y.TextWrapped = true
  145. RS_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  146. RS_Y.PlaceholderText = "0"
  147. RS_Y.ShowNativeInput = false
  148. RS_Z.Name = "IncrementZ"
  149. RS_Z.Parent = TextLabel2
  150. RS_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
  151. RS_Z.Size = UDim2.new(0, 45, 0, 32)
  152. RS_Z.BackgroundColor = BrickColor.new("Sand red")
  153. RS_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  154. RS_Z.BackgroundTransparency = 0.5
  155. RS_Z.BorderSizePixel = 0
  156. RS_Z.Font = Enum.Font.SourceSans
  157. RS_Z.FontSize = Enum.FontSize.Size14
  158. RS_Z.Text = ""
  159. RS_Z.TextColor = BrickColor.new("Really black")
  160. RS_Z.TextColor3 = Color3.new(0, 0, 0)
  161. RS_Z.TextScaled = true
  162. RS_Z.TextSize = 14
  163. RS_Z.TextWrap = true
  164. RS_Z.TextWrapped = true
  165. RS_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  166. RS_Z.PlaceholderText = "0"
  167. RS_Z.ShowNativeInput = false
  168. TextLabel6.Name = "CFrame-Title"
  169. TextLabel6.Parent = TextLabel2
  170. TextLabel6.Position = UDim2.new(0, 0, 1.66518772, 0)
  171. TextLabel6.Size = UDim2.new(1, 0, 1, 0)
  172. TextLabel6.BackgroundColor = BrickColor.new("Dark grey metallic")
  173. TextLabel6.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  174. TextLabel6.BackgroundTransparency = 1
  175. TextLabel6.BorderSizePixel = 0
  176. TextLabel6.Font = Enum.Font.SciFi
  177. TextLabel6.FontSize = Enum.FontSize.Size14
  178. TextLabel6.Text = "CFrame"
  179. TextLabel6.TextColor = BrickColor.new("Institutional white")
  180. TextLabel6.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  181. TextLabel6.TextSize = 14
  182. TextLabel6.TextStrokeColor3 = Color3.new(1, 1, 1)
  183. RS_R_X.Name = "RotIncrementX"
  184. RS_R_X.Parent = TextLabel2
  185. RS_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
  186. RS_R_X.Size = UDim2.new(0, 45, 0, 32)
  187. RS_R_X.BackgroundColor = BrickColor.new("Sand red")
  188. RS_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  189. RS_R_X.BackgroundTransparency = 0.5
  190. RS_R_X.BorderSizePixel = 0
  191. RS_R_X.Font = Enum.Font.SourceSans
  192. RS_R_X.FontSize = Enum.FontSize.Size14
  193. RS_R_X.Text = ""
  194. RS_R_X.TextColor = BrickColor.new("Really black")
  195. RS_R_X.TextColor3 = Color3.new(0, 0, 0)
  196. RS_R_X.TextScaled = true
  197. RS_R_X.TextSize = 14
  198. RS_R_X.TextWrap = true
  199. RS_R_X.TextWrapped = true
  200. RS_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  201. RS_R_X.PlaceholderText = "0"
  202. RS_R_X.ShowNativeInput = false
  203. RS_R_Y.Name = "RotIncrementY"
  204. RS_R_Y.Parent = TextLabel2
  205. RS_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
  206. RS_R_Y.Size = UDim2.new(0, 45, 0, 32)
  207. RS_R_Y.BackgroundColor = BrickColor.new("Sand red")
  208. RS_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  209. RS_R_Y.BackgroundTransparency = 0.5
  210. RS_R_Y.BorderSizePixel = 0
  211. RS_R_Y.Font = Enum.Font.SourceSans
  212. RS_R_Y.FontSize = Enum.FontSize.Size14
  213. RS_R_Y.Text = ""
  214. RS_R_Y.TextColor = BrickColor.new("Really black")
  215. RS_R_Y.TextColor3 = Color3.new(0, 0, 0)
  216. RS_R_Y.TextScaled = true
  217. RS_R_Y.TextSize = 14
  218. RS_R_Y.TextWrap = true
  219. RS_R_Y.TextWrapped = true
  220. RS_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  221. RS_R_Y.PlaceholderText = "0"
  222. RS_R_Y.ShowNativeInput = false
  223. RS_R_Z.Name = "RotIncrementZ"
  224. RS_R_Z.Parent = TextLabel2
  225. RS_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
  226. RS_R_Z.Size = UDim2.new(0, 45, 0, 32)
  227. RS_R_Z.BackgroundColor = BrickColor.new("Sand red")
  228. RS_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  229. RS_R_Z.BackgroundTransparency = 0.5
  230. RS_R_Z.BorderSizePixel = 0
  231. RS_R_Z.Font = Enum.Font.SourceSans
  232. RS_R_Z.FontSize = Enum.FontSize.Size14
  233. RS_R_Z.Text = ""
  234. RS_R_Z.TextColor = BrickColor.new("Really black")
  235. RS_R_Z.TextColor3 = Color3.new(0, 0, 0)
  236. RS_R_Z.TextScaled = true
  237. RS_R_Z.TextSize = 14
  238. RS_R_Z.TextWrap = true
  239. RS_R_Z.TextWrapped = true
  240. RS_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  241. RS_R_Z.PlaceholderText = "0"
  242. RS_R_Z.ShowNativeInput = false
  243. TextLabel10.Name = "Rot-Title"
  244. TextLabel10.Parent = TextLabel2
  245. TextLabel10.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
  246. TextLabel10.Size = UDim2.new(1, 0, 1, 0)
  247. TextLabel10.BackgroundColor = BrickColor.new("Dark grey metallic")
  248. TextLabel10.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  249. TextLabel10.BackgroundTransparency = 1
  250. TextLabel10.BorderSizePixel = 0
  251. TextLabel10.Font = Enum.Font.SciFi
  252. TextLabel10.FontSize = Enum.FontSize.Size14
  253. TextLabel10.Text = "Rotation (in rotational degrees)"
  254. TextLabel10.TextColor = BrickColor.new("Institutional white")
  255. TextLabel10.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  256. TextLabel10.TextSize = 14
  257. TextLabel10.TextStrokeColor3 = Color3.new(1, 1, 1)
  258. TextLabel11.Name = "Title"
  259. TextLabel11.Parent = ScrollingFrame1
  260. TextLabel11.Position = UDim2.new(0, 0, 0.00227531279, 0)
  261. TextLabel11.Size = UDim2.new(1, 0, 0.0199999996, 0)
  262. TextLabel11.BackgroundColor = BrickColor.new("Dark grey metallic")
  263. TextLabel11.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  264. TextLabel11.BackgroundTransparency = 0.5
  265. TextLabel11.BorderSizePixel = 0
  266. TextLabel11.Font = Enum.Font.SciFi
  267. TextLabel11.FontSize = Enum.FontSize.Size24
  268. TextLabel11.Text = "Anim-Frame maker"
  269. TextLabel11.TextColor = BrickColor.new("Pastel blue-green")
  270. TextLabel11.TextColor3 = Color3.new(0.662745, 1, 0.905882)
  271. TextLabel11.TextSize = 20
  272. TextLabel11.TextStrokeColor3 = Color3.new(1, 1, 1)
  273. TextLabel12.Name = "LS-Title"
  274. TextLabel12.Parent = ScrollingFrame1
  275. TextLabel12.Position = UDim2.new(0, 0, 0.144671977, 0)
  276. TextLabel12.Size = UDim2.new(1, 0, 0.00999999978, 0)
  277. TextLabel12.BackgroundColor = BrickColor.new("Dark grey metallic")
  278. TextLabel12.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  279. TextLabel12.BackgroundTransparency = 0.5
  280. TextLabel12.BorderSizePixel = 0
  281. TextLabel12.Font = Enum.Font.SciFi
  282. TextLabel12.FontSize = Enum.FontSize.Size14
  283. TextLabel12.Text = "Left Shoulder"
  284. TextLabel12.TextColor = BrickColor.new("Pastel blue-green")
  285. TextLabel12.TextColor3 = Color3.new(0.662745, 1, 0.905882)
  286. TextLabel12.TextSize = 14
  287. TextLabel12.TextStrokeColor3 = Color3.new(1, 1, 1)
  288. LS_X.Name = "IncrementX"
  289. LS_X.Parent = TextLabel12
  290. LS_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
  291. LS_X.Size = UDim2.new(0, 45, 0, 32)
  292. LS_X.BackgroundColor = BrickColor.new("Sand red")
  293. LS_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  294. LS_X.BackgroundTransparency = 0.5
  295. LS_X.BorderSizePixel = 0
  296. LS_X.Font = Enum.Font.SourceSans
  297. LS_X.FontSize = Enum.FontSize.Size14
  298. LS_X.Text = ""
  299. LS_X.TextColor = BrickColor.new("Really black")
  300. LS_X.TextColor3 = Color3.new(0, 0, 0)
  301. LS_X.TextScaled = true
  302. LS_X.TextSize = 14
  303. LS_X.TextWrap = true
  304. LS_X.TextWrapped = true
  305. LS_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  306. LS_X.PlaceholderText = "0"
  307. LS_X.ShowNativeInput = false
  308. LS_Y.Name = "IncrementY"
  309. LS_Y.Parent = TextLabel12
  310. LS_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
  311. LS_Y.Size = UDim2.new(0, 45, 0, 32)
  312. LS_Y.BackgroundColor = BrickColor.new("Sand red")
  313. LS_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  314. LS_Y.BackgroundTransparency = 0.5
  315. LS_Y.BorderSizePixel = 0
  316. LS_Y.Font = Enum.Font.SourceSans
  317. LS_Y.FontSize = Enum.FontSize.Size14
  318. LS_Y.Text = ""
  319. LS_Y.TextColor = BrickColor.new("Really black")
  320. LS_Y.TextColor3 = Color3.new(0, 0, 0)
  321. LS_Y.TextScaled = true
  322. LS_Y.TextSize = 14
  323. LS_Y.TextWrap = true
  324. LS_Y.TextWrapped = true
  325. LS_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  326. LS_Y.PlaceholderText = "0"
  327. LS_Y.ShowNativeInput = false
  328. LS_Z.Name = "IncrementZ"
  329. LS_Z.Parent = TextLabel12
  330. LS_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
  331. LS_Z.Size = UDim2.new(0, 45, 0, 32)
  332. LS_Z.BackgroundColor = BrickColor.new("Sand red")
  333. LS_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  334. LS_Z.BackgroundTransparency = 0.5
  335. LS_Z.BorderSizePixel = 0
  336. LS_Z.Font = Enum.Font.SourceSans
  337. LS_Z.FontSize = Enum.FontSize.Size14
  338. LS_Z.Text = ""
  339. LS_Z.TextColor = BrickColor.new("Really black")
  340. LS_Z.TextColor3 = Color3.new(0, 0, 0)
  341. LS_Z.TextScaled = true
  342. LS_Z.TextSize = 14
  343. LS_Z.TextWrap = true
  344. LS_Z.TextWrapped = true
  345. LS_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  346. LS_Z.PlaceholderText = "0"
  347. LS_Z.ShowNativeInput = false
  348. TextLabel16.Name = "CFrame-Title"
  349. TextLabel16.Parent = TextLabel12
  350. TextLabel16.Position = UDim2.new(0, 0, 1.66518772, 0)
  351. TextLabel16.Size = UDim2.new(1, 0, 1, 0)
  352. TextLabel16.BackgroundColor = BrickColor.new("Dark grey metallic")
  353. TextLabel16.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  354. TextLabel16.BackgroundTransparency = 1
  355. TextLabel16.BorderSizePixel = 0
  356. TextLabel16.Font = Enum.Font.SciFi
  357. TextLabel16.FontSize = Enum.FontSize.Size14
  358. TextLabel16.Text = "CFrame"
  359. TextLabel16.TextColor = BrickColor.new("Institutional white")
  360. TextLabel16.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  361. TextLabel16.TextSize = 14
  362. TextLabel16.TextStrokeColor3 = Color3.new(1, 1, 1)
  363. LS_R_X.Name = "RotIncrementX"
  364. LS_R_X.Parent = TextLabel12
  365. LS_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
  366. LS_R_X.Size = UDim2.new(0, 45, 0, 32)
  367. LS_R_X.BackgroundColor = BrickColor.new("Sand red")
  368. LS_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  369. LS_R_X.BackgroundTransparency = 0.5
  370. LS_R_X.BorderSizePixel = 0
  371. LS_R_X.Font = Enum.Font.SourceSans
  372. LS_R_X.FontSize = Enum.FontSize.Size14
  373. LS_R_X.Text = ""
  374. LS_R_X.TextColor = BrickColor.new("Really black")
  375. LS_R_X.TextColor3 = Color3.new(0, 0, 0)
  376. LS_R_X.TextScaled = true
  377. LS_R_X.TextSize = 14
  378. LS_R_X.TextWrap = true
  379. LS_R_X.TextWrapped = true
  380. LS_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  381. LS_R_X.PlaceholderText = "0"
  382. LS_R_X.ShowNativeInput = false
  383. LS_R_Y.Name = "RotIncrementY"
  384. LS_R_Y.Parent = TextLabel12
  385. LS_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
  386. LS_R_Y.Size = UDim2.new(0, 45, 0, 32)
  387. LS_R_Y.BackgroundColor = BrickColor.new("Sand red")
  388. LS_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  389. LS_R_Y.BackgroundTransparency = 0.5
  390. LS_R_Y.BorderSizePixel = 0
  391. LS_R_Y.Font = Enum.Font.SourceSans
  392. LS_R_Y.FontSize = Enum.FontSize.Size14
  393. LS_R_Y.Text = ""
  394. LS_R_Y.TextColor = BrickColor.new("Really black")
  395. LS_R_Y.TextColor3 = Color3.new(0, 0, 0)
  396. LS_R_Y.TextScaled = true
  397. LS_R_Y.TextSize = 14
  398. LS_R_Y.TextWrap = true
  399. LS_R_Y.TextWrapped = true
  400. LS_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  401. LS_R_Y.PlaceholderText = "0"
  402. LS_R_Y.ShowNativeInput = false
  403. LS_R_Z.Name = "RotIncrementZ"
  404. LS_R_Z.Parent = TextLabel12
  405. LS_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
  406. LS_R_Z.Size = UDim2.new(0, 45, 0, 32)
  407. LS_R_Z.BackgroundColor = BrickColor.new("Sand red")
  408. LS_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  409. LS_R_Z.BackgroundTransparency = 0.5
  410. LS_R_Z.BorderSizePixel = 0
  411. LS_R_Z.Font = Enum.Font.SourceSans
  412. LS_R_Z.FontSize = Enum.FontSize.Size14
  413. LS_R_Z.Text = ""
  414. LS_R_Z.TextColor = BrickColor.new("Really black")
  415. LS_R_Z.TextColor3 = Color3.new(0, 0, 0)
  416. LS_R_Z.TextScaled = true
  417. LS_R_Z.TextSize = 14
  418. LS_R_Z.TextWrap = true
  419. LS_R_Z.TextWrapped = true
  420. LS_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  421. LS_R_Z.PlaceholderText = "0"
  422. LS_R_Z.ShowNativeInput = false
  423. TextLabel20.Name = "Rot-Title"
  424. TextLabel20.Parent = TextLabel12
  425. TextLabel20.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
  426. TextLabel20.Size = UDim2.new(1, 0, 1, 0)
  427. TextLabel20.BackgroundColor = BrickColor.new("Dark grey metallic")
  428. TextLabel20.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  429. TextLabel20.BackgroundTransparency = 1
  430. TextLabel20.BorderSizePixel = 0
  431. TextLabel20.Font = Enum.Font.SciFi
  432. TextLabel20.FontSize = Enum.FontSize.Size14
  433. TextLabel20.Text = "Rotation (in rotational degrees)"
  434. TextLabel20.TextColor = BrickColor.new("Institutional white")
  435. TextLabel20.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  436. TextLabel20.TextSize = 14
  437. TextLabel20.TextStrokeColor3 = Color3.new(1, 1, 1)
  438. TextLabel21.Name = "RH-Title"
  439. TextLabel21.Parent = ScrollingFrame1
  440. TextLabel21.Position = UDim2.new(0, 0, 0.255403876, 0)
  441. TextLabel21.Size = UDim2.new(1, 0, 0.00999999978, 0)
  442. TextLabel21.BackgroundColor = BrickColor.new("Dark grey metallic")
  443. TextLabel21.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  444. TextLabel21.BackgroundTransparency = 0.5
  445. TextLabel21.BorderSizePixel = 0
  446. TextLabel21.Font = Enum.Font.SciFi
  447. TextLabel21.FontSize = Enum.FontSize.Size14
  448. TextLabel21.Text = "Right Hip"
  449. TextLabel21.TextColor = BrickColor.new("Pastel blue-green")
  450. TextLabel21.TextColor3 = Color3.new(0.662745, 1, 0.905882)
  451. TextLabel21.TextSize = 14
  452. TextLabel21.TextStrokeColor3 = Color3.new(1, 1, 1)
  453. RH_X.Name = "IncrementX"
  454. RH_X.Parent = TextLabel21
  455. RH_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
  456. RH_X.Size = UDim2.new(0, 45, 0, 32)
  457. RH_X.BackgroundColor = BrickColor.new("Sand red")
  458. RH_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  459. RH_X.BackgroundTransparency = 0.5
  460. RH_X.BorderSizePixel = 0
  461. RH_X.Font = Enum.Font.SourceSans
  462. RH_X.FontSize = Enum.FontSize.Size14
  463. RH_X.Text = ""
  464. RH_X.TextColor = BrickColor.new("Really black")
  465. RH_X.TextColor3 = Color3.new(0, 0, 0)
  466. RH_X.TextScaled = true
  467. RH_X.TextSize = 14
  468. RH_X.TextWrap = true
  469. RH_X.TextWrapped = true
  470. RH_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  471. RH_X.PlaceholderText = "0"
  472. RH_X.ShowNativeInput = false
  473. RH_Y.Name = "IncrementY"
  474. RH_Y.Parent = TextLabel21
  475. RH_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
  476. RH_Y.Size = UDim2.new(0, 45, 0, 32)
  477. RH_Y.BackgroundColor = BrickColor.new("Sand red")
  478. RH_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  479. RH_Y.BackgroundTransparency = 0.5
  480. RH_Y.BorderSizePixel = 0
  481. RH_Y.Font = Enum.Font.SourceSans
  482. RH_Y.FontSize = Enum.FontSize.Size14
  483. RH_Y.Text = ""
  484. RH_Y.TextColor = BrickColor.new("Really black")
  485. RH_Y.TextColor3 = Color3.new(0, 0, 0)
  486. RH_Y.TextScaled = true
  487. RH_Y.TextSize = 14
  488. RH_Y.TextWrap = true
  489. RH_Y.TextWrapped = true
  490. RH_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  491. RH_Y.PlaceholderText = "0"
  492. RH_Y.ShowNativeInput = false
  493. RH_Z.Name = "IncrementZ"
  494. RH_Z.Parent = TextLabel21
  495. RH_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
  496. RH_Z.Size = UDim2.new(0, 45, 0, 32)
  497. RH_Z.BackgroundColor = BrickColor.new("Sand red")
  498. RH_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  499. RH_Z.BackgroundTransparency = 0.5
  500. RH_Z.BorderSizePixel = 0
  501. RH_Z.Font = Enum.Font.SourceSans
  502. RH_Z.FontSize = Enum.FontSize.Size14
  503. RH_Z.Text = ""
  504. RH_Z.TextColor = BrickColor.new("Really black")
  505. RH_Z.TextColor3 = Color3.new(0, 0, 0)
  506. RH_Z.TextScaled = true
  507. RH_Z.TextSize = 14
  508. RH_Z.TextWrap = true
  509. RH_Z.TextWrapped = true
  510. RH_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  511. RH_Z.PlaceholderText = "0"
  512. RH_Z.ShowNativeInput = false
  513. TextLabel25.Name = "CFrame-Title"
  514. TextLabel25.Parent = TextLabel21
  515. TextLabel25.Position = UDim2.new(0, 0, 1.66518772, 0)
  516. TextLabel25.Size = UDim2.new(1, 0, 1, 0)
  517. TextLabel25.BackgroundColor = BrickColor.new("Dark grey metallic")
  518. TextLabel25.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  519. TextLabel25.BackgroundTransparency = 1
  520. TextLabel25.BorderSizePixel = 0
  521. TextLabel25.Font = Enum.Font.SciFi
  522. TextLabel25.FontSize = Enum.FontSize.Size14
  523. TextLabel25.Text = "CFrame"
  524. TextLabel25.TextColor = BrickColor.new("Institutional white")
  525. TextLabel25.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  526. TextLabel25.TextSize = 14
  527. TextLabel25.TextStrokeColor3 = Color3.new(1, 1, 1)
  528. RH_R_X.Name = "RotIncrementX"
  529. RH_R_X.Parent = TextLabel21
  530. RH_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
  531. RH_R_X.Size = UDim2.new(0, 45, 0, 32)
  532. RH_R_X.BackgroundColor = BrickColor.new("Sand red")
  533. RH_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  534. RH_R_X.BackgroundTransparency = 0.5
  535. RH_R_X.BorderSizePixel = 0
  536. RH_R_X.Font = Enum.Font.SourceSans
  537. RH_R_X.FontSize = Enum.FontSize.Size14
  538. RH_R_X.Text = ""
  539. RH_R_X.TextColor = BrickColor.new("Really black")
  540. RH_R_X.TextColor3 = Color3.new(0, 0, 0)
  541. RH_R_X.TextScaled = true
  542. RH_R_X.TextSize = 14
  543. RH_R_X.TextWrap = true
  544. RH_R_X.TextWrapped = true
  545. RH_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  546. RH_R_X.PlaceholderText = "0"
  547. RH_R_X.ShowNativeInput = false
  548. RH_R_Y.Name = "RotIncrementY"
  549. RH_R_Y.Parent = TextLabel21
  550. RH_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
  551. RH_R_Y.Size = UDim2.new(0, 45, 0, 32)
  552. RH_R_Y.BackgroundColor = BrickColor.new("Sand red")
  553. RH_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  554. RH_R_Y.BackgroundTransparency = 0.5
  555. RH_R_Y.BorderSizePixel = 0
  556. RH_R_Y.Font = Enum.Font.SourceSans
  557. RH_R_Y.FontSize = Enum.FontSize.Size14
  558. RH_R_Y.Text = ""
  559. RH_R_Y.TextColor = BrickColor.new("Really black")
  560. RH_R_Y.TextColor3 = Color3.new(0, 0, 0)
  561. RH_R_Y.TextScaled = true
  562. RH_R_Y.TextSize = 14
  563. RH_R_Y.TextWrap = true
  564. RH_R_Y.TextWrapped = true
  565. RH_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  566. RH_R_Y.PlaceholderText = "0"
  567. RH_R_Y.ShowNativeInput = false
  568. RH_R_Z.Name = "RotIncrementZ"
  569. RH_R_Z.Parent = TextLabel21
  570. RH_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
  571. RH_R_Z.Size = UDim2.new(0, 45, 0, 32)
  572. RH_R_Z.BackgroundColor = BrickColor.new("Sand red")
  573. RH_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  574. RH_R_Z.BackgroundTransparency = 0.5
  575. RH_R_Z.BorderSizePixel = 0
  576. RH_R_Z.Font = Enum.Font.SourceSans
  577. RH_R_Z.FontSize = Enum.FontSize.Size14
  578. RH_R_Z.Text = ""
  579. RH_R_Z.TextColor = BrickColor.new("Really black")
  580. RH_R_Z.TextColor3 = Color3.new(0, 0, 0)
  581. RH_R_Z.TextScaled = true
  582. RH_R_Z.TextSize = 14
  583. RH_R_Z.TextWrap = true
  584. RH_R_Z.TextWrapped = true
  585. RH_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  586. RH_R_Z.PlaceholderText = "0"
  587. RH_R_Z.ShowNativeInput = false
  588. TextLabel29.Name = "Rot-Title"
  589. TextLabel29.Parent = TextLabel21
  590. TextLabel29.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
  591. TextLabel29.Size = UDim2.new(1, 0, 1, 0)
  592. TextLabel29.BackgroundColor = BrickColor.new("Dark grey metallic")
  593. TextLabel29.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  594. TextLabel29.BackgroundTransparency = 1
  595. TextLabel29.BorderSizePixel = 0
  596. TextLabel29.Font = Enum.Font.SciFi
  597. TextLabel29.FontSize = Enum.FontSize.Size14
  598. TextLabel29.Text = "Rotation (in rotational degrees)"
  599. TextLabel29.TextColor = BrickColor.new("Institutional white")
  600. TextLabel29.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  601. TextLabel29.TextSize = 14
  602. TextLabel29.TextStrokeColor3 = Color3.new(1, 1, 1)
  603. TextLabel30.Name = "LH-Title"
  604. TextLabel30.Parent = ScrollingFrame1
  605. TextLabel30.Position = UDim2.new(0, 0, 0.366894215, 0)
  606. TextLabel30.Size = UDim2.new(1, 0, 0.00999999978, 0)
  607. TextLabel30.BackgroundColor = BrickColor.new("Dark grey metallic")
  608. TextLabel30.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  609. TextLabel30.BackgroundTransparency = 0.5
  610. TextLabel30.BorderSizePixel = 0
  611. TextLabel30.Font = Enum.Font.SciFi
  612. TextLabel30.FontSize = Enum.FontSize.Size14
  613. TextLabel30.Text = "Left Hip"
  614. TextLabel30.TextColor = BrickColor.new("Pastel blue-green")
  615. TextLabel30.TextColor3 = Color3.new(0.662745, 1, 0.905882)
  616. TextLabel30.TextSize = 14
  617. TextLabel30.TextStrokeColor3 = Color3.new(1, 1, 1)
  618. LH_X.Name = "IncrementX"
  619. LH_X.Parent = TextLabel30
  620. LH_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
  621. LH_X.Size = UDim2.new(0, 45, 0, 32)
  622. LH_X.BackgroundColor = BrickColor.new("Sand red")
  623. LH_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  624. LH_X.BackgroundTransparency = 0.5
  625. LH_X.BorderSizePixel = 0
  626. LH_X.Font = Enum.Font.SourceSans
  627. LH_X.FontSize = Enum.FontSize.Size14
  628. LH_X.Text = ""
  629. LH_X.TextColor = BrickColor.new("Really black")
  630. LH_X.TextColor3 = Color3.new(0, 0, 0)
  631. LH_X.TextScaled = true
  632. LH_X.TextSize = 14
  633. LH_X.TextWrap = true
  634. LH_X.TextWrapped = true
  635. LH_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  636. LH_X.PlaceholderText = "0"
  637. LH_X.ShowNativeInput = false
  638. LH_Y.Name = "IncrementY"
  639. LH_Y.Parent = TextLabel30
  640. LH_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
  641. LH_Y.Size = UDim2.new(0, 45, 0, 32)
  642. LH_Y.BackgroundColor = BrickColor.new("Sand red")
  643. LH_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  644. LH_Y.BackgroundTransparency = 0.5
  645. LH_Y.BorderSizePixel = 0
  646. LH_Y.Font = Enum.Font.SourceSans
  647. LH_Y.FontSize = Enum.FontSize.Size14
  648. LH_Y.Text = ""
  649. LH_Y.TextColor = BrickColor.new("Really black")
  650. LH_Y.TextColor3 = Color3.new(0, 0, 0)
  651. LH_Y.TextScaled = true
  652. LH_Y.TextSize = 14
  653. LH_Y.TextWrap = true
  654. LH_Y.TextWrapped = true
  655. LH_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  656. LH_Y.PlaceholderText = "0"
  657. LH_Y.ShowNativeInput = false
  658. LH_Z.Name = "IncrementZ"
  659. LH_Z.Parent = TextLabel30
  660. LH_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
  661. LH_Z.Size = UDim2.new(0, 45, 0, 32)
  662. LH_Z.BackgroundColor = BrickColor.new("Sand red")
  663. LH_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  664. LH_Z.BackgroundTransparency = 0.5
  665. LH_Z.BorderSizePixel = 0
  666. LH_Z.Font = Enum.Font.SourceSans
  667. LH_Z.FontSize = Enum.FontSize.Size14
  668. LH_Z.Text = ""
  669. LH_Z.TextColor = BrickColor.new("Really black")
  670. LH_Z.TextColor3 = Color3.new(0, 0, 0)
  671. LH_Z.TextScaled = true
  672. LH_Z.TextSize = 14
  673. LH_Z.TextWrap = true
  674. LH_Z.TextWrapped = true
  675. LH_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  676. LH_Z.PlaceholderText = "0"
  677. LH_Z.ShowNativeInput = false
  678. TextLabel34.Name = "CFrame-Title"
  679. TextLabel34.Parent = TextLabel30
  680. TextLabel34.Position = UDim2.new(0, 0, 1.66518772, 0)
  681. TextLabel34.Size = UDim2.new(1, 0, 1, 0)
  682. TextLabel34.BackgroundColor = BrickColor.new("Dark grey metallic")
  683. TextLabel34.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  684. TextLabel34.BackgroundTransparency = 1
  685. TextLabel34.BorderSizePixel = 0
  686. TextLabel34.Font = Enum.Font.SciFi
  687. TextLabel34.FontSize = Enum.FontSize.Size14
  688. TextLabel34.Text = "CFrame"
  689. TextLabel34.TextColor = BrickColor.new("Institutional white")
  690. TextLabel34.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  691. TextLabel34.TextSize = 14
  692. TextLabel34.TextStrokeColor3 = Color3.new(1, 1, 1)
  693. LH_R_X.Name = "RotIncrementX"
  694. LH_R_X.Parent = TextLabel30
  695. LH_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
  696. LH_R_X.Size = UDim2.new(0, 45, 0, 32)
  697. LH_R_X.BackgroundColor = BrickColor.new("Sand red")
  698. LH_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  699. LH_R_X.BackgroundTransparency = 0.5
  700. LH_R_X.BorderSizePixel = 0
  701. LH_R_X.Font = Enum.Font.SourceSans
  702. LH_R_X.FontSize = Enum.FontSize.Size14
  703. LH_R_X.Text = ""
  704. LH_R_X.TextColor = BrickColor.new("Really black")
  705. LH_R_X.TextColor3 = Color3.new(0, 0, 0)
  706. LH_R_X.TextScaled = true
  707. LH_R_X.TextSize = 14
  708. LH_R_X.TextWrap = true
  709. LH_R_X.TextWrapped = true
  710. LH_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  711. LH_R_X.PlaceholderText = "0"
  712. LH_R_X.ShowNativeInput = false
  713. LH_R_Y.Name = "RotIncrementY"
  714. LH_R_Y.Parent = TextLabel30
  715. LH_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
  716. LH_R_Y.Size = UDim2.new(0, 45, 0, 32)
  717. LH_R_Y.BackgroundColor = BrickColor.new("Sand red")
  718. LH_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  719. LH_R_Y.BackgroundTransparency = 0.5
  720. LH_R_Y.BorderSizePixel = 0
  721. LH_R_Y.Font = Enum.Font.SourceSans
  722. LH_R_Y.FontSize = Enum.FontSize.Size14
  723. LH_R_Y.Text = ""
  724. LH_R_Y.TextColor = BrickColor.new("Really black")
  725. LH_R_Y.TextColor3 = Color3.new(0, 0, 0)
  726. LH_R_Y.TextScaled = true
  727. LH_R_Y.TextSize = 14
  728. LH_R_Y.TextWrap = true
  729. LH_R_Y.TextWrapped = true
  730. LH_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  731. LH_R_Y.PlaceholderText = "0"
  732. LH_R_Y.ShowNativeInput = false
  733. LH_R_Z.Name = "RotIncrementZ"
  734. LH_R_Z.Parent = TextLabel30
  735. LH_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
  736. LH_R_Z.Size = UDim2.new(0, 45, 0, 32)
  737. LH_R_Z.BackgroundColor = BrickColor.new("Sand red")
  738. LH_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  739. LH_R_Z.BackgroundTransparency = 0.5
  740. LH_R_Z.BorderSizePixel = 0
  741. LH_R_Z.Font = Enum.Font.SourceSans
  742. LH_R_Z.FontSize = Enum.FontSize.Size14
  743. LH_R_Z.Text = ""
  744. LH_R_Z.TextColor = BrickColor.new("Really black")
  745. LH_R_Z.TextColor3 = Color3.new(0, 0, 0)
  746. LH_R_Z.TextScaled = true
  747. LH_R_Z.TextSize = 14
  748. LH_R_Z.TextWrap = true
  749. LH_R_Z.TextWrapped = true
  750. LH_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  751. LH_R_Z.PlaceholderText = "0"
  752. LH_R_Z.ShowNativeInput = false
  753. TextLabel38.Name = "Rot-Title"
  754. TextLabel38.Parent = TextLabel30
  755. TextLabel38.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
  756. TextLabel38.Size = UDim2.new(1, 0, 1, 0)
  757. TextLabel38.BackgroundColor = BrickColor.new("Dark grey metallic")
  758. TextLabel38.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  759. TextLabel38.BackgroundTransparency = 1
  760. TextLabel38.BorderSizePixel = 0
  761. TextLabel38.Font = Enum.Font.SciFi
  762. TextLabel38.FontSize = Enum.FontSize.Size14
  763. TextLabel38.Text = "Rotation (in rotational degrees)"
  764. TextLabel38.TextColor = BrickColor.new("Institutional white")
  765. TextLabel38.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  766. TextLabel38.TextSize = 14
  767. TextLabel38.TextStrokeColor3 = Color3.new(1, 1, 1)
  768. TextLabel39.Name = "N-Title"
  769. TextLabel39.Parent = ScrollingFrame1
  770. TextLabel39.Position = UDim2.new(0, 0, 0.47974968, 0)
  771. TextLabel39.Size = UDim2.new(1, 0, 0.00999999978, 0)
  772. TextLabel39.BackgroundColor = BrickColor.new("Dark grey metallic")
  773. TextLabel39.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  774. TextLabel39.BackgroundTransparency = 0.5
  775. TextLabel39.BorderSizePixel = 0
  776. TextLabel39.Font = Enum.Font.SciFi
  777. TextLabel39.FontSize = Enum.FontSize.Size14
  778. TextLabel39.Text = "Head (Neck)"
  779. TextLabel39.TextColor = BrickColor.new("Pastel blue-green")
  780. TextLabel39.TextColor3 = Color3.new(0.662745, 1, 0.905882)
  781. TextLabel39.TextSize = 14
  782. TextLabel39.TextStrokeColor3 = Color3.new(1, 1, 1)
  783. N_X.Name = "IncrementX"
  784. N_X.Parent = TextLabel39
  785. N_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
  786. N_X.Size = UDim2.new(0, 45, 0, 32)
  787. N_X.BackgroundColor = BrickColor.new("Sand red")
  788. N_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  789. N_X.BackgroundTransparency = 0.5
  790. N_X.BorderSizePixel = 0
  791. N_X.Font = Enum.Font.SourceSans
  792. N_X.FontSize = Enum.FontSize.Size14
  793. N_X.Text = ""
  794. N_X.TextColor = BrickColor.new("Really black")
  795. N_X.TextColor3 = Color3.new(0, 0, 0)
  796. N_X.TextScaled = true
  797. N_X.TextSize = 14
  798. N_X.TextWrap = true
  799. N_X.TextWrapped = true
  800. N_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  801. N_X.PlaceholderText = "0"
  802. N_X.ShowNativeInput = false
  803. N_Y.Name = "IncrementY"
  804. N_Y.Parent = TextLabel39
  805. N_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
  806. N_Y.Size = UDim2.new(0, 45, 0, 32)
  807. N_Y.BackgroundColor = BrickColor.new("Sand red")
  808. N_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  809. N_Y.BackgroundTransparency = 0.5
  810. N_Y.BorderSizePixel = 0
  811. N_Y.Font = Enum.Font.SourceSans
  812. N_Y.FontSize = Enum.FontSize.Size14
  813. N_Y.Text = ""
  814. N_Y.TextColor = BrickColor.new("Really black")
  815. N_Y.TextColor3 = Color3.new(0, 0, 0)
  816. N_Y.TextScaled = true
  817. N_Y.TextSize = 14
  818. N_Y.TextWrap = true
  819. N_Y.TextWrapped = true
  820. N_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  821. N_Y.PlaceholderText = "0"
  822. N_Y.ShowNativeInput = false
  823. N_Z.Name = "IncrementZ"
  824. N_Z.Parent = TextLabel39
  825. N_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
  826. N_Z.Size = UDim2.new(0, 45, 0, 32)
  827. N_Z.BackgroundColor = BrickColor.new("Sand red")
  828. N_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  829. N_Z.BackgroundTransparency = 0.5
  830. N_Z.BorderSizePixel = 0
  831. N_Z.Font = Enum.Font.SourceSans
  832. N_Z.FontSize = Enum.FontSize.Size14
  833. N_Z.Text = ""
  834. N_Z.TextColor = BrickColor.new("Really black")
  835. N_Z.TextColor3 = Color3.new(0, 0, 0)
  836. N_Z.TextScaled = true
  837. N_Z.TextSize = 14
  838. N_Z.TextWrap = true
  839. N_Z.TextWrapped = true
  840. N_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  841. N_Z.PlaceholderText = "0"
  842. N_Z.ShowNativeInput = false
  843. TextLabel43.Name = "CFrame-Title"
  844. TextLabel43.Parent = TextLabel39
  845. TextLabel43.Position = UDim2.new(0, 0, 1.66518772, 0)
  846. TextLabel43.Size = UDim2.new(1, 0, 1, 0)
  847. TextLabel43.BackgroundColor = BrickColor.new("Dark grey metallic")
  848. TextLabel43.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  849. TextLabel43.BackgroundTransparency = 1
  850. TextLabel43.BorderSizePixel = 0
  851. TextLabel43.Font = Enum.Font.SciFi
  852. TextLabel43.FontSize = Enum.FontSize.Size14
  853. TextLabel43.Text = "CFrame"
  854. TextLabel43.TextColor = BrickColor.new("Institutional white")
  855. TextLabel43.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  856. TextLabel43.TextSize = 14
  857. TextLabel43.TextStrokeColor3 = Color3.new(1, 1, 1)
  858. N_R_X.Name = "RotIncrementX"
  859. N_R_X.Parent = TextLabel39
  860. N_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
  861. N_R_X.Size = UDim2.new(0, 45, 0, 32)
  862. N_R_X.BackgroundColor = BrickColor.new("Sand red")
  863. N_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  864. N_R_X.BackgroundTransparency = 0.5
  865. N_R_X.BorderSizePixel = 0
  866. N_R_X.Font = Enum.Font.SourceSans
  867. N_R_X.FontSize = Enum.FontSize.Size14
  868. N_R_X.Text = ""
  869. N_R_X.TextColor = BrickColor.new("Really black")
  870. N_R_X.TextColor3 = Color3.new(0, 0, 0)
  871. N_R_X.TextScaled = true
  872. N_R_X.TextSize = 14
  873. N_R_X.TextWrap = true
  874. N_R_X.TextWrapped = true
  875. N_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  876. N_R_X.PlaceholderText = "0"
  877. N_R_X.ShowNativeInput = false
  878. N_R_Y.Name = "RotIncrementY"
  879. N_R_Y.Parent = TextLabel39
  880. N_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
  881. N_R_Y.Size = UDim2.new(0, 45, 0, 32)
  882. N_R_Y.BackgroundColor = BrickColor.new("Sand red")
  883. N_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  884. N_R_Y.BackgroundTransparency = 0.5
  885. N_R_Y.BorderSizePixel = 0
  886. N_R_Y.Font = Enum.Font.SourceSans
  887. N_R_Y.FontSize = Enum.FontSize.Size14
  888. N_R_Y.Text = ""
  889. N_R_Y.TextColor = BrickColor.new("Really black")
  890. N_R_Y.TextColor3 = Color3.new(0, 0, 0)
  891. N_R_Y.TextScaled = true
  892. N_R_Y.TextSize = 14
  893. N_R_Y.TextWrap = true
  894. N_R_Y.TextWrapped = true
  895. N_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  896. N_R_Y.PlaceholderText = "0"
  897. N_R_Y.ShowNativeInput = false
  898. N_R_Z.Name = "RotIncrementZ"
  899. N_R_Z.Parent = TextLabel39
  900. N_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
  901. N_R_Z.Size = UDim2.new(0, 45, 0, 32)
  902. N_R_Z.BackgroundColor = BrickColor.new("Sand red")
  903. N_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  904. N_R_Z.BackgroundTransparency = 0.5
  905. N_R_Z.BorderSizePixel = 0
  906. N_R_Z.Font = Enum.Font.SourceSans
  907. N_R_Z.FontSize = Enum.FontSize.Size14
  908. N_R_Z.Text = ""
  909. N_R_Z.TextColor = BrickColor.new("Really black")
  910. N_R_Z.TextColor3 = Color3.new(0, 0, 0)
  911. N_R_Z.TextScaled = true
  912. N_R_Z.TextSize = 14
  913. N_R_Z.TextWrap = true
  914. N_R_Z.TextWrapped = true
  915. N_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  916. N_R_Z.PlaceholderText = "0"
  917. N_R_Z.ShowNativeInput = false
  918. TextLabel47.Name = "Rot-Title"
  919. TextLabel47.Parent = TextLabel39
  920. TextLabel47.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
  921. TextLabel47.Size = UDim2.new(1, 0, 1, 0)
  922. TextLabel47.BackgroundColor = BrickColor.new("Dark grey metallic")
  923. TextLabel47.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  924. TextLabel47.BackgroundTransparency = 1
  925. TextLabel47.BorderSizePixel = 0
  926. TextLabel47.Font = Enum.Font.SciFi
  927. TextLabel47.FontSize = Enum.FontSize.Size14
  928. TextLabel47.Text = "Rotation (in rotational degrees)"
  929. TextLabel47.TextColor = BrickColor.new("Institutional white")
  930. TextLabel47.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  931. TextLabel47.TextSize = 14
  932. TextLabel47.TextStrokeColor3 = Color3.new(1, 1, 1)
  933. TextLabel48.Name = "TOR-Title"
  934. TextLabel48.Parent = ScrollingFrame1
  935. TextLabel48.Position = UDim2.new(0, 0, 0.58972317, 0)
  936. TextLabel48.Size = UDim2.new(1, 0, 0.00999999978, 0)
  937. TextLabel48.BackgroundColor = BrickColor.new("Dark grey metallic")
  938. TextLabel48.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  939. TextLabel48.BackgroundTransparency = 0.5
  940. TextLabel48.BorderSizePixel = 0
  941. TextLabel48.Font = Enum.Font.SciFi
  942. TextLabel48.FontSize = Enum.FontSize.Size14
  943. TextLabel48.Text = "Torso (RootJoint)"
  944. TextLabel48.TextColor = BrickColor.new("Pastel blue-green")
  945. TextLabel48.TextColor3 = Color3.new(0.662745, 1, 0.905882)
  946. TextLabel48.TextSize = 14
  947. TextLabel48.TextStrokeColor3 = Color3.new(1, 1, 1)
  948. TOR_X.Name = "IncrementX"
  949. TOR_X.Parent = TextLabel48
  950. TOR_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
  951. TOR_X.Size = UDim2.new(0, 45, 0, 32)
  952. TOR_X.BackgroundColor = BrickColor.new("Sand red")
  953. TOR_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  954. TOR_X.BackgroundTransparency = 0.5
  955. TOR_X.BorderSizePixel = 0
  956. TOR_X.Font = Enum.Font.SourceSans
  957. TOR_X.FontSize = Enum.FontSize.Size14
  958. TOR_X.Text = ""
  959. TOR_X.TextColor = BrickColor.new("Really black")
  960. TOR_X.TextColor3 = Color3.new(0, 0, 0)
  961. TOR_X.TextScaled = true
  962. TOR_X.TextSize = 14
  963. TOR_X.TextWrap = true
  964. TOR_X.TextWrapped = true
  965. TOR_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  966. TOR_X.PlaceholderText = "0"
  967. TOR_X.ShowNativeInput = false
  968. TOR_Y.Name = "IncrementY"
  969. TOR_Y.Parent = TextLabel48
  970. TOR_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
  971. TOR_Y.Size = UDim2.new(0, 45, 0, 32)
  972. TOR_Y.BackgroundColor = BrickColor.new("Sand red")
  973. TOR_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  974. TOR_Y.BackgroundTransparency = 0.5
  975. TOR_Y.BorderSizePixel = 0
  976. TOR_Y.Font = Enum.Font.SourceSans
  977. TOR_Y.FontSize = Enum.FontSize.Size14
  978. TOR_Y.Text = ""
  979. TOR_Y.TextColor = BrickColor.new("Really black")
  980. TOR_Y.TextColor3 = Color3.new(0, 0, 0)
  981. TOR_Y.TextScaled = true
  982. TOR_Y.TextSize = 14
  983. TOR_Y.TextWrap = true
  984. TOR_Y.TextWrapped = true
  985. TOR_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  986. TOR_Y.PlaceholderText = "0"
  987. TOR_Y.ShowNativeInput = false
  988. TOR_Z.Name = "IncrementZ"
  989. TOR_Z.Parent = TextLabel48
  990. TOR_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
  991. TOR_Z.Size = UDim2.new(0, 45, 0, 32)
  992. TOR_Z.BackgroundColor = BrickColor.new("Sand red")
  993. TOR_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  994. TOR_Z.BackgroundTransparency = 0.5
  995. TOR_Z.BorderSizePixel = 0
  996. TOR_Z.Font = Enum.Font.SourceSans
  997. TOR_Z.FontSize = Enum.FontSize.Size14
  998. TOR_Z.Text = ""
  999. TOR_Z.TextColor = BrickColor.new("Really black")
  1000. TOR_Z.TextColor3 = Color3.new(0, 0, 0)
  1001. TOR_Z.TextScaled = true
  1002. TOR_Z.TextSize = 14
  1003. TOR_Z.TextWrap = true
  1004. TOR_Z.TextWrapped = true
  1005. TOR_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  1006. TOR_Z.PlaceholderText = "0"
  1007. TOR_Z.ShowNativeInput = false
  1008. TextLabel52.Name = "CFrame-Title"
  1009. TextLabel52.Parent = TextLabel48
  1010. TextLabel52.Position = UDim2.new(0, 0, 1.66518772, 0)
  1011. TextLabel52.Size = UDim2.new(1, 0, 1, 0)
  1012. TextLabel52.BackgroundColor = BrickColor.new("Dark grey metallic")
  1013. TextLabel52.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1014. TextLabel52.BackgroundTransparency = 1
  1015. TextLabel52.BorderSizePixel = 0
  1016. TextLabel52.Font = Enum.Font.SciFi
  1017. TextLabel52.FontSize = Enum.FontSize.Size14
  1018. TextLabel52.Text = "CFrame"
  1019. TextLabel52.TextColor = BrickColor.new("Institutional white")
  1020. TextLabel52.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  1021. TextLabel52.TextSize = 14
  1022. TextLabel52.TextStrokeColor3 = Color3.new(1, 1, 1)
  1023. TOR_R_X.Name = "RotIncrementX"
  1024. TOR_R_X.Parent = TextLabel48
  1025. TOR_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
  1026. TOR_R_X.Size = UDim2.new(0, 45, 0, 32)
  1027. TOR_R_X.BackgroundColor = BrickColor.new("Sand red")
  1028. TOR_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  1029. TOR_R_X.BackgroundTransparency = 0.5
  1030. TOR_R_X.BorderSizePixel = 0
  1031. TOR_R_X.Font = Enum.Font.SourceSans
  1032. TOR_R_X.FontSize = Enum.FontSize.Size14
  1033. TOR_R_X.Text = ""
  1034. TOR_R_X.TextColor = BrickColor.new("Really black")
  1035. TOR_R_X.TextColor3 = Color3.new(0, 0, 0)
  1036. TOR_R_X.TextScaled = true
  1037. TOR_R_X.TextSize = 14
  1038. TOR_R_X.TextWrap = true
  1039. TOR_R_X.TextWrapped = true
  1040. TOR_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
  1041. TOR_R_X.PlaceholderText = "0"
  1042. TOR_R_X.ShowNativeInput = false
  1043. TOR_R_Y.Name = "RotIncrementY"
  1044. TOR_R_Y.Parent = TextLabel48
  1045. TOR_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
  1046. TOR_R_Y.Size = UDim2.new(0, 45, 0, 32)
  1047. TOR_R_Y.BackgroundColor = BrickColor.new("Sand red")
  1048. TOR_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  1049. TOR_R_Y.BackgroundTransparency = 0.5
  1050. TOR_R_Y.BorderSizePixel = 0
  1051. TOR_R_Y.Font = Enum.Font.SourceSans
  1052. TOR_R_Y.FontSize = Enum.FontSize.Size14
  1053. TOR_R_Y.Text = ""
  1054. TOR_R_Y.TextColor = BrickColor.new("Really black")
  1055. TOR_R_Y.TextColor3 = Color3.new(0, 0, 0)
  1056. TOR_R_Y.TextScaled = true
  1057. TOR_R_Y.TextSize = 14
  1058. TOR_R_Y.TextWrap = true
  1059. TOR_R_Y.TextWrapped = true
  1060. TOR_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
  1061. TOR_R_Y.PlaceholderText = "0"
  1062. TOR_R_Y.ShowNativeInput = false
  1063. TOR_R_Z.Name = "RotIncrementZ"
  1064. TOR_R_Z.Parent = TextLabel48
  1065. TOR_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
  1066. TOR_R_Z.Size = UDim2.new(0, 45, 0, 32)
  1067. TOR_R_Z.BackgroundColor = BrickColor.new("Sand red")
  1068. TOR_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  1069. TOR_R_Z.BackgroundTransparency = 0.5
  1070. TOR_R_Z.BorderSizePixel = 0
  1071. TOR_R_Z.Font = Enum.Font.SourceSans
  1072. TOR_R_Z.FontSize = Enum.FontSize.Size14
  1073. TOR_R_Z.Text = ""
  1074. TOR_R_Z.TextColor = BrickColor.new("Really black")
  1075. TOR_R_Z.TextColor3 = Color3.new(0, 0, 0)
  1076. TOR_R_Z.TextScaled = true
  1077. TOR_R_Z.TextSize = 14
  1078. TOR_R_Z.TextWrap = true
  1079. TOR_R_Z.TextWrapped = true
  1080. TOR_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
  1081. TOR_R_Z.PlaceholderText = "0"
  1082. TOR_R_Z.ShowNativeInput = false
  1083. TextLabel56.Name = "Rot-Title"
  1084. TextLabel56.Parent = TextLabel48
  1085. TextLabel56.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
  1086. TextLabel56.Size = UDim2.new(1, 0, 1, 0)
  1087. TextLabel56.BackgroundColor = BrickColor.new("Dark grey metallic")
  1088. TextLabel56.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1089. TextLabel56.BackgroundTransparency = 1
  1090. TextLabel56.BorderSizePixel = 0
  1091. TextLabel56.Font = Enum.Font.SciFi
  1092. TextLabel56.FontSize = Enum.FontSize.Size14
  1093. TextLabel56.Text = "Rotation (in rotational degrees)"
  1094. TextLabel56.TextColor = BrickColor.new("Institutional white")
  1095. TextLabel56.TextColor3 = Color3.new(0.898039, 1, 0.992157)
  1096. TextLabel56.TextSize = 14
  1097. TextLabel56.TextStrokeColor3 = Color3.new(1, 1, 1)
  1098. ResetButton.Name = "Reset All Values"
  1099. ResetButton.Parent = ScrollingFrame1
  1100. ResetButton.Position = UDim2.new(8.84756446e-09, 0, 0.736442864, 0)
  1101. ResetButton.Size = UDim2.new(1, 0, 0.0199999996, 0)
  1102. ResetButton.BackgroundColor = BrickColor.new("Dirt brown")
  1103. ResetButton.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1104. ResetButton.BackgroundTransparency = 0.5
  1105. ResetButton.BorderSizePixel = 0
  1106. ResetButton.Font = Enum.Font.SciFi
  1107. ResetButton.FontSize = Enum.FontSize.Size24
  1108. ResetButton.Text = "~ | Reset All Values | ~"
  1109. ResetButton.TextColor = BrickColor.new("Persimmon")
  1110. ResetButton.TextColor3 = Color3.new(1, 0.298039, 0.298039)
  1111. ResetButton.TextSize = 20
  1112. ResetButton.TextStrokeColor3 = Color3.new(1, 0.631373, 0.631373)
  1113. ResetButton.TextStrokeTransparency = 0.5
  1114. ResetButton.TextWrap = true
  1115. ResetButton.TextWrapped = true
  1116. TextLabel58.Name = "GAP"
  1117. TextLabel58.Parent = ScrollingFrame1
  1118. TextLabel58.Position = UDim2.new(0, 0, 0.708039463, 0)
  1119. TextLabel58.Size = UDim2.new(1, 0, 0.00999999978, 0)
  1120. TextLabel58.BackgroundColor = BrickColor.new("Dark grey metallic")
  1121. TextLabel58.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1122. TextLabel58.BackgroundTransparency = 0.5
  1123. TextLabel58.BorderSizePixel = 0
  1124. TextLabel58.Font = Enum.Font.Fantasy
  1125. TextLabel58.FontSize = Enum.FontSize.Size14
  1126. TextLabel58.Text = "[>>>][~][>][-][<][-][>][-][<][-][>][-][<][~][<<<] "
  1127. TextLabel58.TextColor = BrickColor.new("Pastel blue-green")
  1128. TextLabel58.TextColor3 = Color3.new(0.662745, 1, 0.905882)
  1129. TextLabel58.TextSize = 14
  1130. TextLabel58.TextStrokeColor3 = Color3.new(1, 1, 1)
  1131. MakeC0ScriptButton.Name = "Make Script"
  1132. MakeC0ScriptButton.Parent = ScrollingFrame1
  1133. MakeC0ScriptButton.Position = UDim2.new(8.84756446e-09, 0, 0.772847891, 0)
  1134. MakeC0ScriptButton.Size = UDim2.new(1, 0, 0.0199999996, 0)
  1135. MakeC0ScriptButton.BackgroundColor = BrickColor.new("Dirt brown")
  1136. MakeC0ScriptButton.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1137. MakeC0ScriptButton.BackgroundTransparency = 0.5
  1138. MakeC0ScriptButton.BorderSizePixel = 0
  1139. MakeC0ScriptButton.Font = Enum.Font.SciFi
  1140. MakeC0ScriptButton.FontSize = Enum.FontSize.Size18
  1141. MakeC0ScriptButton.Text = "~ | Make Keyframe (Script) | ~"
  1142. MakeC0ScriptButton.TextColor = BrickColor.new("Institutional white")
  1143. MakeC0ScriptButton.TextColor3 = Color3.new(1, 1, 1)
  1144. MakeC0ScriptButton.TextSize = 18
  1145. MakeC0ScriptButton.TextStrokeColor3 = Color3.new(1, 0.921569, 0.321569)
  1146. MakeC0ScriptButton.TextStrokeTransparency = 0.5
  1147. MakeC0ScriptButton.TextWrap = true
  1148. MakeC0ScriptButton.TextWrapped = true
  1149. MakeKeyframeButton.Name = "Make Keyframe"
  1150. MakeKeyframeButton.Parent = ScrollingFrame1
  1151. MakeKeyframeButton.Position = UDim2.new(9.31322575e-09, 0, 0.810011327, 0)
  1152. MakeKeyframeButton.Size = UDim2.new(1, 0, 0.0199999996, 0)
  1153. MakeKeyframeButton.BackgroundColor = BrickColor.new("Dirt brown")
  1154. MakeKeyframeButton.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1155. MakeKeyframeButton.BackgroundTransparency = 0.5
  1156. MakeKeyframeButton.BorderSizePixel = 0
  1157. MakeKeyframeButton.Font = Enum.Font.SciFi
  1158. MakeKeyframeButton.FontSize = Enum.FontSize.Size24
  1159. MakeKeyframeButton.Text = "~ | Make Keyframe | ~"
  1160. MakeKeyframeButton.TextColor = BrickColor.new("Toothpaste")
  1161. MakeKeyframeButton.TextColor3 = Color3.new(0.333333, 1, 1)
  1162. MakeKeyframeButton.TextSize = 20
  1163. MakeKeyframeButton.TextStrokeColor3 = Color3.new(0.666667, 1, 1)
  1164. MakeKeyframeButton.TextStrokeTransparency = 0.5
  1165. MakeKeyframeButton.TextWrap = true
  1166. MakeKeyframeButton.TextWrapped = true
  1167. for i,v in pairs(mas:GetChildren()) do
  1168. v.Parent = owner.PlayerGui
  1169. pcall(function() v:MakeJoints() end)
  1170. end
  1171. mas:Destroy()
  1172. for i,v in pairs(cors) do
  1173. spawn(function()
  1174. pcall(v)
  1175. end)
  1176. end
  1177.  
  1178. local CH = owner.Character
  1179.  
  1180. if not CH:FindFirstChildOfClass("Humanoid") or not CH:FindFirstChild("Torso") or not CH:FindFirstChild("HumanoidRootPart") then
  1181. return error("Animator could not start up: Your rig isnt the default R6 rig (Requires a humanoid and R15 is not supported yet)")
  1182. end
  1183.  
  1184. local TOR = CH.Torso
  1185. local ROOT = CH.HumanoidRootPart
  1186. local HUM = CH:FindFirstChildOfClass("Humanoid")
  1187.  
  1188. local RS = TOR["Right Shoulder"]
  1189. local LS = TOR["Left Shoulder"]
  1190. local RH = TOR["Right Hip"]
  1191. local LH = TOR["Left Hip"]
  1192. local N = TOR["Neck"]
  1193. local TORJ = ROOT["RootJoint"]
  1194.  
  1195.  
  1196. local RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1197. local RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1198. ----------------------Name = Right Shoulder
  1199.  
  1200. local LSC0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1201. local LSC1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1202. ----------------------Name = Left Shoulder
  1203.  
  1204. local RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1205. local RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1206. ----------------------Name = Right Hip
  1207.  
  1208. local LHC0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1209. local LHC1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1210. ----------------------Name = Left Hip
  1211.  
  1212. local NC0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1213. local NC1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1214. ----------------------Name = Neck
  1215.  
  1216. local TORC0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1217. local TORC1 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1218. ----------------------Name = RootJoint
  1219.  
  1220. RemoveNormalAnims = true
  1221.  
  1222. if RemoveNormalAnims == true then
  1223. CH.Animate:Remove()
  1224. HUM.Animator:Remove()
  1225. end
  1226.  
  1227. ---------------------------------------------------------------------
  1228. -----------------------C0 AND C1 SETTING-----------------------
  1229. local function resetc0()
  1230. TORJ.C0 = TORC0
  1231. TORJ.C1 = TORC1
  1232. RS.C0 = RSC0
  1233. RS.C1 = RSC1
  1234. LS.C0 = LSC0
  1235. LS.C1 = LSC1
  1236. RH.C0 = RHC0
  1237. RH.C1 = RHC1
  1238. LH.C0 = LHC0
  1239. LH.C1 = LHC1
  1240. N.C0 = NC0
  1241. N.C1 = NC1
  1242.  
  1243. HUM.HipHeight = 5
  1244. end
  1245. ---------------------------------------------------------------------
  1246.  
  1247. resetc0()
  1248. print("~Editor started~")
  1249. print("~[Note: Your HipHeight has been raised.]~")
  1250.  
  1251. RS_X.FocusLost:Connect(function(enter, inp)
  1252. if enter then
  1253. RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
  1254. end
  1255. end)
  1256. RS_Y.FocusLost:Connect(function(enter, inp)
  1257. if enter then
  1258. RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
  1259. end
  1260. end)
  1261. RS_Z.FocusLost:Connect(function(enter, inp)
  1262. if enter then
  1263. RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
  1264. end
  1265. end)
  1266. RS_R_X.FocusLost:Connect(function(enter, inp)
  1267. if enter then
  1268. RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
  1269. end
  1270. end)
  1271. RS_R_Y.FocusLost:Connect(function(enter, inp)
  1272. if enter then
  1273. RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
  1274. end
  1275. end)
  1276. RS_R_Z.FocusLost:Connect(function(enter, inp)
  1277. if enter then
  1278. RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
  1279. end
  1280. end)
  1281. LS_X.FocusLost:Connect(function(enter, inp)
  1282. if enter then
  1283. LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
  1284. end
  1285. end)
  1286. LS_Y.FocusLost:Connect(function(enter, inp)
  1287. if enter then
  1288. LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
  1289. end
  1290. end)
  1291. LS_Z.FocusLost:Connect(function(enter, inp)
  1292. if enter then
  1293. LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
  1294. end
  1295. end)
  1296. LS_R_X.FocusLost:Connect(function(enter, inp)
  1297. if enter then
  1298. LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
  1299. end
  1300. end)
  1301. LS_R_Y.FocusLost:Connect(function(enter, inp)
  1302. if enter then
  1303. LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
  1304. end
  1305. end)
  1306. LS_R_Z.FocusLost:Connect(function(enter, inp)
  1307. if enter then
  1308. LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
  1309. end
  1310. end)
  1311. RH_X.FocusLost:Connect(function(enter, inp)
  1312. if enter then
  1313. RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
  1314. end
  1315. end)
  1316. RH_Y.FocusLost:Connect(function(enter, inp)
  1317. if enter then
  1318. RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
  1319. end
  1320. end)
  1321. RH_Z.FocusLost:Connect(function(enter, inp)
  1322. if enter then
  1323. RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
  1324. end
  1325. end)
  1326. RH_R_X.FocusLost:Connect(function(enter, inp)
  1327. if enter then
  1328. RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
  1329. end
  1330. end)
  1331. RH_R_Y.FocusLost:Connect(function(enter, inp)
  1332. if enter then
  1333. RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
  1334. end
  1335. end)
  1336. RH_R_Z.FocusLost:Connect(function(enter, inp)
  1337. if enter then
  1338. RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
  1339. end
  1340. end)
  1341. LH_X.FocusLost:Connect(function(enter, inp)
  1342. if enter then
  1343. LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
  1344. end
  1345. end)
  1346. LH_Y.FocusLost:Connect(function(enter, inp)
  1347. if enter then
  1348. LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
  1349. end
  1350. end)
  1351. LH_Z.FocusLost:Connect(function(enter, inp)
  1352. if enter then
  1353. LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
  1354. end
  1355. end)
  1356. LH_R_X.FocusLost:Connect(function(enter, inp)
  1357. if enter then
  1358. LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
  1359. end
  1360. end)
  1361. LH_R_Y.FocusLost:Connect(function(enter, inp)
  1362. if enter then
  1363. LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
  1364. end
  1365. end)
  1366. LH_R_Z.FocusLost:Connect(function(enter, inp)
  1367. if enter then
  1368. LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
  1369. end
  1370. end)
  1371. N_X.FocusLost:Connect(function(enter, inp)
  1372. if enter then
  1373. N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
  1374. end
  1375. end)
  1376. N_Y.FocusLost:Connect(function(enter, inp)
  1377. if enter then
  1378. N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
  1379. end
  1380. end)
  1381. N_Z.FocusLost:Connect(function(enter, inp)
  1382. if enter then
  1383. N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
  1384. end
  1385. end)
  1386. N_R_X.FocusLost:Connect(function(enter, inp)
  1387. if enter then
  1388. N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
  1389. end
  1390. end)
  1391. N_R_Y.FocusLost:Connect(function(enter, inp)
  1392. if enter then
  1393. N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
  1394. end
  1395. end)
  1396. N_R_Z.FocusLost:Connect(function(enter, inp)
  1397. if enter then
  1398. N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
  1399. end
  1400. end)
  1401. TOR_X.FocusLost:Connect(function(enter, inp)
  1402. if enter then
  1403. TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
  1404. end
  1405. end)
  1406. TOR_Y.FocusLost:Connect(function(enter, inp)
  1407. if enter then
  1408. TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
  1409. end
  1410. end)
  1411. TOR_Z.FocusLost:Connect(function(enter, inp)
  1412. if enter then
  1413. TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
  1414. end
  1415. end)
  1416. TOR_R_X.FocusLost:Connect(function(enter, inp)
  1417. if enter then
  1418. TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
  1419. end
  1420. end)
  1421. TOR_R_Y.FocusLost:Connect(function(enter, inp)
  1422. if enter then
  1423. TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
  1424. end
  1425. end)
  1426. TOR_R_Z.FocusLost:Connect(function(enter, inp)
  1427. if enter then
  1428. TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
  1429. end
  1430. end)
  1431.  
  1432. ResetButton.MouseButton1Click:Connect(function()
  1433. for _,v in pairs(ScreenGui0:GetDescendants()) do
  1434. if v:IsA("TextBox") then
  1435. v.Text = "0"
  1436. end
  1437. end
  1438. resetc0()
  1439. end)
  1440.  
  1441. --s5u1
Add Comment
Please, Sign In to add comment