Advertisement
Finnegan5

sasa

Sep 24th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 KB | None | 0 0
  1. Character = game.Players.LocalPlayer.Character
  2. Head = Character.Head
  3.  
  4. CV="Blue"
  5. p = game.Players.LocalPlayer
  6. char = p.Character
  7. local txt = Instance.new("BillboardGui", char)
  8. txt.Adornee = char .Head
  9. txt.Name = "_status"
  10. txt.Size = UDim2.new(2, 0, 1.2, 0)
  11. txt.StudsOffset = Vector3.new(-9, 8, 0)
  12. local text = Instance.new("TextLabel", txt)
  13. text.Size = UDim2.new(10, 0, 7, 0)
  14. text.FontSize = "Size24"
  15. text.TextScaled = true
  16. text.TextTransparency = 0
  17. text.BackgroundTransparency = 1
  18. text.TextTransparency = 0
  19. text.TextStrokeTransparency = 0
  20. text.Font = "Cartoon"
  21. text.TextStrokeColor3 = Color3.new(255,0,0)
  22.  
  23. v=Instance.new("Part")
  24. v.Name = "ColorBrick"
  25. v.Parent=p.Character
  26. v.FormFactor="Symmetric"
  27. v.Anchored=true
  28. v.CanCollide=false
  29. v.BottomSurface="Smooth"
  30. v.TopSurface="Smooth"
  31. v.Size=Vector3.new(10,5,3)
  32. v.Transparency=1
  33. v.CFrame=char.UpperTorso.CFrame
  34. v.BrickColor=BrickColor.new(CV)
  35. v.Transparency=1
  36. text.TextColor3 = Color3.new(0,0,0)
  37. v.Shape="Block"
  38. text.Text = "SASAGEYO"
  39.  
  40. local s = Instance.new("Sound",char)
  41. s.Name = "BGMusic"
  42. s.SoundId = "rbxassetid://931196582"
  43. s.Pitch = 1
  44. s.Volume = 900
  45. s.Looped = true
  46. s.archivable = false
  47. s.Parent = char.Head
  48. wait(0.1)
  49. s:play()
  50.  
  51. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=260569492"
  52.  
  53. char.Humanoid.WalkSpeed = 999999999
  54.  
  55. p = game.Players.LocalPlayer
  56. char049 = p.Character
  57.  
  58. char049.Shirt:Remove()
  59. for i,v in pairs(char049:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  60. wait()shirt = Instance.new("Shirt", char049)
  61. shirt.Name = "Shirt"
  62. pants = Instance.new("Pants", char049)
  63. pants.Name = "Pants"
  64.  
  65. char049.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=175903244"
  66. char049.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=121302809"
  67.  
  68. wait(1 / 60)
  69. -- Trail Made by WitherBlazestorm2
  70. --R15 Compatible in TrailSettings
  71. local Player = game:GetService('Players').LocalPlayer
  72. repeat wait() until Player.Character
  73. local Character = Player.Character
  74.  
  75. --All The Settings for Trails in this Script
  76. TrailSettings = {
  77. Lifetime = 0.5,
  78. Texture = 'rbxassetid://31270182',
  79. --Color1 is for UpperBody and Accessories, Color2 is for Lower Body
  80. Color1 = ColorSequence.new(BrickColor.new('Really red').Color,BrickColor.new('Dirt brown').Color),
  81. Color2 = ColorSequence.new(BrickColor.new('Pine Cone').Color,BrickColor.new('Redish brown').Color),
  82. AllBody = true,
  83. UpperBodyOnly = false,
  84. LowerBodyOnly = false,
  85. Accessories = false,
  86. Extras = true,
  87. R15 = true, --Change to true if you're using R15
  88. R15Parts = {
  89. 'UpperTorso',
  90. 'LowerTorso',
  91. }
  92. }
  93.  
  94. local Trail; --Making other Trails uses this in this Script
  95.  
  96. --UpperBody Function
  97. UpperBody = function()
  98. if TrailSettings.R15 == false then
  99. A0 = Instance.new('Attachment',Character.Torso)
  100. A1 = Instance.new('Attachment',Character.Head)
  101. A2 = Instance.new('Attachment',Character['Right Arm'])
  102. A3 = Instance.new('Attachment',Character['Left Arm'])
  103. Trail = Instance.new('Trail',Character)
  104. Trail.Attachment0 = A0
  105. Trail.Attachment1 = A1
  106. Trail.Texture = TrailSettings.Texture
  107. Trail.Color = TrailSettings.Color1
  108. Trail.Lifetime = TrailSettings.Lifetime
  109. local Trail2 = Trail:Clone()
  110. Trail2.Parent = Character
  111. Trail2.Attachment1 = A2
  112. local Trail3 = Trail:Clone()
  113. Trail3.Parent = Character
  114. Trail3.Attachment1 = A3
  115. local Trail6 = Trail:Clone()
  116. Trail6.Parent = Character
  117. Trail6.Attachment0 = A1
  118. Trail6.Attachment1 = A2
  119. local Trail7 = Trail:Clone()
  120. Trail7.Parent = Character
  121. Trail7.Attachment0 = A1
  122. Trail7.Attachment1 = A3
  123. else
  124. A0 = Instance.new('Attachment',Character[TrailSettings.R15Parts[1]])
  125. A0R = Instance.new('Attachment',Character[TrailSettings.R15Parts[2]])
  126. A1 = Instance.new('Attachment',Character.Head)
  127. A2 = Instance.new('Attachment',Character['RightUpperArm'])
  128. A2R = Instance.new('Attachment',Character['RightLowerArm'])
  129. A3 = Instance.new('Attachment',Character['LeftUpperArm'])
  130. A3R = Instance.new('Attachment',Character['LeftLowerArm'])
  131. Trail = Instance.new('Trail',Character)
  132. Trail.Attachment0 = A0
  133. Trail.Attachment1 = A1
  134. Trail.Texture = TrailSettings.Texture
  135. Trail.Color = TrailSettings.Color1
  136. Trail.Lifetime = TrailSettings.Lifetime
  137. local Trail2 = Trail:Clone()
  138. Trail2.Parent = Character
  139. Trail2.Attachment1 = A2
  140. local Trail3 = Trail:Clone()
  141. Trail3.Parent = Character
  142. Trail3.Attachment1 = A3
  143. local Trail6 = Trail:Clone()
  144. Trail6.Parent = Character
  145. Trail6.Attachment0 = A1
  146. Trail6.Attachment1 = A2
  147. local Trail7 = Trail:Clone()
  148. Trail7.Parent = Character
  149. Trail7.Attachment0 = A1
  150. Trail7.Attachment1 = A3
  151. --R15 Trails
  152. local Trail1R = Trail:Clone()
  153. Trail1R.Parent = Character
  154. Trail1R.Attachment1 = A2R
  155. local Trail2R = Trail:Clone()
  156. Trail2R.Parent = Character
  157. Trail2R.Attachment1 = A3R
  158. local Trail6R = Trail:Clone()
  159. Trail6.Parent = Character
  160. Trail6.Attachment0 = A1
  161. Trail6.Attachment1 = A2R
  162. local Trail7R = Trail:Clone()
  163. Trail7.Parent = Character
  164. Trail7.Attachment0 = A1
  165. Trail7.Attachment1 = A3R
  166. end
  167. end
  168.  
  169. --Lower Body Function
  170. LowerBody = function()
  171. if TrailSettings.R15 == false then
  172. A4 = Instance.new('Attachment',Character['Right Leg'])
  173. A5 = Instance.new('Attachment',Character['Left Leg'])
  174. local Trail4 = Trail:Clone()
  175. Trail4.Parent = Character
  176. Trail4.Attachment1 = A4
  177. local Trail5 = Trail:Clone()
  178. Trail5.Parent = Character
  179. Trail5.Attachment1 = A5
  180. local Trail8 = Trail:Clone()
  181. Trail8.Parent = Character
  182. Trail8.Attachment0 = A2
  183. Trail8.Attachment1 = A4
  184. Trail8.Color = TrailSettings.Color2
  185. local Trail9 = Trail:Clone()
  186. Trail9.Parent = Character
  187. Trail9.Attachment0 = A3
  188. Trail9.Attachment1 = A5
  189. Trail9.Color = TrailSettings.Color2
  190. local FT = Trail:Clone()
  191. FT.Parent = Character
  192. FT.Attachment0 = A4
  193. FT.Attachment1 = A5
  194. FT.Color = TrailSettings.Color2
  195. else
  196. A4 = Instance.new('Attachment',Character['RightLowerLeg'])
  197. A4R = Instance.new('Attachment',Character['RightUpperLeg'])
  198. A5 = Instance.new('Attachment',Character['LeftLowerLeg'])
  199. A5R = Instance.new('Attachment',Character['LeftUpperLeg'])
  200. local Trail4 = Trail:Clone()
  201. Trail4.Parent = Character
  202. Trail4.Attachment1 = A4
  203. local Trail5 = Trail:Clone()
  204. Trail5.Parent = Character
  205. Trail5.Attachment1 = A5
  206. local Trail8 = Trail:Clone()
  207. Trail8.Parent = Character
  208. Trail8.Attachment0 = A2
  209. Trail8.Attachment1 = A4
  210. Trail8.Color = TrailSettings.Color2
  211. local Trail9 = Trail:Clone()
  212. Trail9.Parent = Character
  213. Trail9.Attachment0 = A3
  214. Trail9.Attachment1 = A5
  215. Trail9.Color = TrailSettings.Color2
  216. local FT = Trail:Clone()
  217. FT.Parent = Character
  218. FT.Attachment0 = A4
  219. FT.Attachment1 = A5
  220. FT.Color = TrailSettings.Color2
  221. --R15 Trails
  222. local Trail3R = Trail:Clone()
  223. Trail3R.Parent = Character
  224. Trail3R.Attachment1 = A4R
  225. local Trail4R = Trail:Clone()
  226. Trail4R.Parent = Character
  227. Trail4R.Attachment1 = A5R
  228. local Trail8 = Trail:Clone()
  229. Trail8.Parent = Character
  230. Trail8.Attachment0 = A2R
  231. Trail8.Attachment1 = A4R
  232. Trail8.Color = TrailSettings.Color2
  233. local Trail9 = Trail:Clone()
  234. Trail9.Parent = Character
  235. Trail9.Attachment0 = A3R
  236. Trail9.Attachment1 = A5R
  237. Trail9.Color = TrailSettings.Color2
  238. local FT2R = Trail:Clone()
  239. FT2R.Parent = Character
  240. FT2R.Attachment0 = A4R
  241. FT2R.Attachment1 = A5R
  242. FT2R.Color = TrailSettings.Color2
  243. end
  244. end
  245.  
  246. --All Body Function calling Both Functions
  247. AllBody = function()
  248. UpperBody()
  249. LowerBody()
  250. end
  251.  
  252. --Checking to make sure that Only some Variables are Selected else do All Body
  253. if TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then
  254. TrailSettings.UpperBodyOnly = false
  255. TrailSettings.LowerBodyOnly = false
  256. elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == false and TrailSettings.LowerBodyOnly == true then
  257. TrailSettings.UpperBodyOnly = false
  258. TrailSettings.LowerBodyOnly = false
  259. elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == false then
  260. TrailSettings.UpperBodyOnly = false
  261. TrailSettings.LowerBodyOnly = false
  262. elseif TrailSettings.AllBody == false and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then
  263. TrailSettings.AllBody = true
  264. TrailSettings.UpperBodyOnly = false
  265. TrailSettings.LowerBodyOnly = false
  266. end
  267.  
  268. --Call Trail Functions
  269. if TrailSettings.UpperBodyOnly == true then
  270. UpperBody()
  271. print('Called Upper Body Trail')
  272. elseif TrailSettings.LowerBodyOnly == true then
  273. LowerBody()
  274. print('Called Lower Body Trail')
  275. elseif TrailSettings.AllBody == true then
  276. AllBody()
  277. print('Called Full Body Trail')
  278. end
  279.  
  280. --Trails for Accessories
  281. if TrailSettings.Accessories == true then
  282. for Index,Item in pairs(Character:GetChildren()) do
  283. if Item:IsA'Accessory' then
  284. local AA = Instance.new('Attachment',Item.Handle)
  285. local ATrail = Trail:Clone()
  286. ATrail.Parent = Character
  287. ATrail.Attachment1 = AA
  288. end
  289. end
  290. end
  291.  
  292. --Extras
  293. if TrailSettings.Extras == true then
  294. --Making an Invisible Platform Part
  295. local a = Instance.new('Part',Character)
  296. a.CanCollide = false
  297. a.Size = Vector3.new(2,.2,2)
  298. a.Transparency = 1
  299.  
  300. --Constantly putting it under your feet
  301. if TrailSettings.R15 == false then
  302. spawn(function()
  303. game:GetService('RunService').RenderStepped:connect(function()
  304. a.CFrame = Character.Torso.CFrame * CFrame.new(0,-3,0)
  305. end)
  306. end)
  307. else
  308. spawn(function()
  309. game:GetService('RunService').RenderStepped:connect(function()
  310. a.CFrame = Character[TrailSettings.R15Parts[2]].CFrame * CFrame.new(0,-2,0)
  311. end)
  312. end)
  313. end
  314.  
  315. --Make a Trail from both feet to the Platform
  316. spawn(function()
  317. repeat wait() until Trail
  318. local AB = Instance.new('Attachment',a)
  319. local ABT = Trail:Clone()
  320. ABT.Parent = Character
  321. ABT.Attachment0 = A4
  322. ABT.Attachment1 = AB
  323. ABT.Color = TrailSettings.Color2
  324. local ABT2 = Trail:Clone()
  325. ABT2.Parent = Character
  326. ABT2.Attachment0 = A5
  327. ABT2.Attachment1 = AB
  328. ABT2.Color = TrailSettings.Color2
  329. end)
  330. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement