Advertisement
adrianascripter

OOF test

Nov 11th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. --//=================================\\
  2. --|| USEFUL VALUES
  3. --\\=================================//
  4.  
  5. Animation_Speed = 3
  6. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  7. local Speed = 35
  8. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  9. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  10. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  11. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  12. local DAMAGEMULTIPLIER = 1
  13. local ANIM = "Idle"
  14. local ATTACK = false
  15. local EQUIPPED = false
  16. local HOLD = false
  17. local COMBO = 1
  18. local Rooted = false
  19. local SINE = 0
  20. local KEYHOLD = false
  21. local CHANGE = 2 / Animation_Speed
  22. local WALKINGANIM = false
  23. local VALUE1 = false
  24. local VALUE2 = false
  25. local ROBLOXIDLEANIMATION = IT("Animation")
  26. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  27. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  28. --ROBLOXIDLEANIMATION.Parent = Humanoid
  29. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  30. WEAPONGUI.Name = "GUNJOURER_GUI_SHACKLUSTER"
  31. local Effects = IT("Folder", Character)
  32. Effects.Name = "Effects"
  33. local ANIMATOR = Humanoid.Animator
  34. local ANIMATE = Character.Animate
  35. local UNANCHOR = true
  36. local TRIPWIRE = false
  37.  
  38. --//=================================\\
  39. --\\=================================//
  40.  
  41. local Hair = Instance.new("Part", char)
  42. Hair.Name = "Hair"
  43. Hair.CanCollide = false
  44. Hair.BrickColor = BrickColor.new("Institutional white")
  45. Hair.Transparency = 0
  46. Hair.Material = "Plastic"
  47. Hair.Size = Vector3.new(1, 1, 2)
  48. Hair.TopSurface = Enum.SurfaceType.Smooth
  49. Hair.BottomSurface = Enum.SurfaceType.Smooth
  50.  
  51. local Weld = Instance.new("Weld", Hair)
  52. Weld.Part0 = hed
  53. Weld.Part1 = Hair
  54. Weld.C1 = CFrame.new(0, -.6, 0)
  55. Weld.C0 = CFrame.Angles(math.rad(0),math.rad(0),0)
  56.  
  57. local M2 = Instance.new("SpecialMesh")
  58. M2.Parent = Hair
  59. M2.MeshId = "http://www.roblox.com/asset/?id=1047997"
  60. M2.TextureId = "http://www.roblox.com/asset/?id=1047998"
  61. M2.Scale = Vector3.new(1.5, 1.5, 1.5)
  62. -----------------------------------------------------
  63. for i,v in pairs(char:children()) do
  64. if v:IsA("Shirt") and v:IsA("Pants") and v:IsA("Hat") and v:IsA("Accessory") then
  65. v:Remove()
  66. end
  67. end
  68. shirt = Instance.new("Shirt", char)
  69. shirt.Name = "Shirt"
  70. pants = Instance.new("Pants", char)
  71. pants.Name = "Pants"
  72. char.Shirt.ShirtTemplate = "rbxassetid://676428254"
  73. char.Pants.PantsTemplate = "rbxassetid://676428351"
  74. -----------------------------------------------------
  75. CV="Maroon"
  76. Player = game.Players.LocalPlayer
  77. Character = Player.Character
  78. local txt = Instance.new("BillboardGui", Character)
  79. txt.Adornee = Character .Head
  80. txt.Name = "_status"
  81. txt.Size = UDim2.new(2, 0, 1.2, 0)
  82. txt.StudsOffset = Vector3.new(-9, 8, 0)
  83. local text = Instance.new("TextLabel", txt)
  84. text.Size = UDim2.new(10, 0, 7, 0)
  85. text.FontSize = "Size24"
  86. text.TextScaled = true
  87. text.TextTransparency = 0
  88. text.BackgroundTransparency = 1
  89. text.TextTransparency = 0
  90. text.TextStrokeTransparency = 0
  91. text.Font = "Bodoni"
  92. text.TextStrokeColor3 = Color3.new(222,255,0)
  93.  
  94. v=Instance.new("Part")
  95. v.Name = "ColorBrick"
  96. v.Parent=Player.Character
  97. v.FormFactor="Symmetric"
  98. v.Anchored=true
  99. v.CanCollide=false
  100. v.BottomSurface="Smooth"
  101. v.TopSurface="Smooth"
  102. v.Size=Vector3.new(3,3,3)
  103. v.Transparency=1
  104. v.CFrame=Character.Torso.CFrame
  105. v.BrickColor=BrickColor.new(CV)
  106. v.Transparency=1
  107. text.TextColor3 = Color3.new(222,255,0)
  108. v.Shape="Block"
  109. text.Text = "Oof Lord"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement