vtrvsted

Fe titan

Sep 18th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.05 KB | None | 0 0
  1. --[[
  2. Credits to Lu/Swagmode Owner for making this
  3. .gg/swaggest
  4. .gg/fadeds
  5. Note from nighter, dont get scammed lol
  6. To whoever is selling this, ur fr a retard and a skid
  7. Must have 70% strength for it to work
  8. ]]
  9.  
  10. function Main(Delay)
  11.     local H = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA('Humanoid')
  12.     local function DeleteOriginal()
  13.         for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  14.             if v.Name == 'OriginalSize' then
  15.                 v:Destroy()
  16.             end
  17.             if v.Name == 'OriginalPosition' then
  18.                 v:Destroy()
  19.             end
  20.         end
  21.     end
  22.     local function Width()
  23.         wait(Delay)
  24.         DeleteOriginal()
  25.         H:FindFirstChild("BodyWidthScale"):Destroy()
  26.     end
  27.     local function Depth()
  28.         wait(Delay)
  29.         DeleteOriginal()
  30.         H:FindFirstChild("BodyDepthScale"):Destroy()
  31.     end
  32.     local function Head()
  33.         wait(Delay)
  34.         DeleteOriginal()
  35.         H:FindFirstChild("HeadScale"):Destroy()
  36.     end
  37.     local function Type()
  38.         wait(Delay)
  39.         DeleteOriginal()
  40.         H:FindFirstChild("BodyTypeScale"):Destroy()  
  41.     end
  42.     --// Rearrage these below to customize titan
  43. Head()
  44. Type()
  45. Width()
  46. Depth()
  47.     --\\
  48. end
  49.  
  50. Main(.8)
  51.  
  52. --[[
  53.      Patterns
  54.         --\\ Tall and Skinny
  55.             --// Width, Depth, Head, Type
  56.         --\\ Tall and Skinny x2
  57.             --// Width, Depth, Type, Head
  58.         --\\ Forward Long
  59.             --// Width, Head, Depth, Type
  60.         --\\ Forward Long x2
  61.             --// Width, Head, Type, Depth
  62.         --\\ Really Forward Long
  63.             --// Width, Type, Head, Depth
  64.         --\\ Forward Long x3
  65.             --// Width, Type, Depth, Headwd
  66.            
  67.         --\\ Tall, Wide + Thin
  68.             --// Depth, Width, Type, Head
  69.         --\\ Tall, Wide + Thin x2
  70.             --// Depth, Width, Head, Type
  71.         --\\ Tall, Wide + Thinner
  72.             --// Depth, Head, Width, Type
  73.         --\\ Really Wide and Thin
  74.             --// Depth, Head, Type, Width
  75.         --\\ Really Wide and Thin x2
  76.             --// Depth, Type, Head, Width
  77.         --\\ Tall, Wide and Thin x3
  78.             --// Depth, Type, Width, Head
  79.            
  80.         --\\ Tall, Wide and slightly less thin
  81.             --// Type, Depth, Width, Head
  82.         --\\ Really tall and wide slightly less thin
  83.             --// Type, Depth, Head, Width
  84.         --\\ Really tall, wide and thicc
  85.             --// Type, Head, Depth, Width
  86.         --\\  Huge with tiny head
  87.             --// Type, Head, Width, Depth
  88.         --\\ Forward Long x4
  89.             --// Type, Width, Head, Depth
  90.         --\\ Tall, slightly longer
  91.             --// Type, Width, Depth, Head
  92.            
  93.         --\\ Pretty big
  94.             --// Head, Type, Width, Depth
  95.         --\\ Really Wide and thicc x2
  96.             --// Head, Type, Depth, Width
  97.         --\\ Tall, Wide + Thin x3
  98.             --// Head, Depth, Type, Width
  99.         --\\ Not too wide but thin
  100.             --// Head, Depth, Width, Type
  101. ... (6 lines left)
Add Comment
Please, Sign In to add comment