Advertisement
vL4d_4eVer

Clothing Script

Jun 4th, 2018
1,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 43.00 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5.     print("FE Compatibility code by Mokiros")
  6.     local rp = RealPlayer
  7.     script.Parent = rp.Character
  8.    
  9.     --RemoteEvent for communicating
  10.     local Event = Instance.new("RemoteEvent")
  11.     Event.Name = "UserInput_Event"
  12.  
  13.     --Fake event to make stuff like Mouse.KeyDown work
  14.     local function fakeEvent()
  15.         local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16.         t.connect = t.Connect
  17.         return t
  18.     end
  19.  
  20.     --Creating fake input objects with fake variables
  21.     local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22.     local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23.     local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24.         CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25.     end}
  26.     --Merged 2 functions into one by checking amount of arguments
  27.     CAS.UnbindAction = CAS.BindAction
  28.  
  29.     --This function will trigger the events that have been :Connect()'ed
  30.     local function te(self,ev,...)
  31.         local t = m[ev]
  32.         if t and t._fakeEvent then
  33.             for _,f in pairs(t.Functions) do
  34.                 f(...)
  35.             end
  36.         end
  37.     end
  38.     m.TrigEvent = te
  39.     UIS.TrigEvent = te
  40.  
  41.     Event.OnServerEvent:Connect(function(plr,io)
  42.         if plr~=rp then return end
  43.         m.Target = io.Target
  44.         m.Hit = io.Hit
  45.         if not io.isMouse then
  46.             local b = io.UserInputState == Enum.UserInputState.Begin
  47.             if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48.                 return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49.             end
  50.             for _,t in pairs(CAS.Actions) do
  51.                 for _,k in pairs(t.Keys) do
  52.                     if k==io.KeyCode then
  53.                         t.Function(t.Name,io.UserInputState,io)
  54.                     end
  55.                 end
  56.             end
  57.             m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58.             UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59.         end
  60.     end)
  61.     Event.Parent = NLS([==[
  62.     local Player = game:GetService("Players").LocalPlayer
  63.     local Event = script:WaitForChild("UserInput_Event")
  64.  
  65.     local Mouse = Player:GetMouse()
  66.     local UIS = game:GetService("UserInputService")
  67.     local input = function(io,a)
  68.         if a then return end
  69.         --Since InputObject is a client-side instance, we create and pass table instead
  70.         Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71.     end
  72.     UIS.InputBegan:Connect(input)
  73.     UIS.InputEnded:Connect(input)
  74.  
  75.     local h,t
  76.     --Give the server mouse data 30 times every second, but only if the values changed
  77.     --If player is not moving their mouse, client won't fire events
  78.     while wait(1/30) do
  79.         if h~=Mouse.Hit or t~=Mouse.Target then
  80.             h,t=Mouse.Hit,Mouse.Target
  81.             Event:FireServer({isMouse=true,Target=t,Hit=h})
  82.         end
  83.     end]==],Player.Character)
  84.  
  85.     ----Sandboxed game object that allows the usage of client-side methods and services
  86.     --Real game object
  87.     local _rg = game
  88.  
  89.     --Metatable for fake service
  90.     local fsmt = {
  91.         __index = function(self,k)
  92.             local s = rawget(self,"_RealService")
  93.             if s then return s[k] end
  94.         end,
  95.         __newindex = function(self,k,v)
  96.             local s = rawget(self,"_RealService")
  97.             if s then s[k]=v end
  98.         end,
  99.         __call = function(self,...)
  100.             local s = rawget(self,"_RealService")
  101.             if s then return s(...) end
  102.         end
  103.     }
  104.     local function FakeService(t,RealService)
  105.         t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106.         return setmetatable(t,fsmt)
  107.     end
  108.  
  109.     --Fake game object
  110.     local g = {
  111.         GetService = function(self,s)
  112.             return self[s]
  113.         end,
  114.         Players = FakeService({
  115.             LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116.         },"Players"),
  117.         UserInputService = FakeService(UIS,"UserInputService"),
  118.         ContextActionService = FakeService(CAS,"ContextActionService"),
  119.     }
  120.     rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121.     g.service = g.GetService
  122.    
  123.     g.RunService = FakeService({
  124.         RenderStepped = _rg:GetService("RunService").Heartbeat,
  125.         BindToRenderStep = function(self,name,_,fun)
  126.             self._btrs[name] = self.Heartbeat:Connect(fun)
  127.         end,
  128.         UnbindFromRenderStep = function(self,name)
  129.             self._btrs[name]:Disconnect()
  130.         end,
  131.     },"RunService")
  132.  
  133.     setmetatable(g,{
  134.         __index=function(self,s)
  135.             return _rg:GetService(s) or typeof(_rg[s])=="function"
  136.             and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137.         end,
  138.         __newindex = fsmt.__newindex,
  139.         __call = fsmt.__call
  140.     })
  141.     --Changing owner to fake player object to support owner:GetMouse()
  142.     game,owner = g,g.Players.LocalPlayer
  143. end
  144. --Clothing Script By vlad20020--
  145. local plr = game:GetService("Players").LocalPlayer
  146. local plrg = plr.PlayerGui
  147. local char = plr.Character
  148. local h = char.Head
  149. local t = char.Torso
  150. local ra = char["Right Arm"]
  151. local la = char["Left Arm"]
  152. local rl = char["Right Leg"]
  153. local ll = char["Left Leg"]
  154. mouse = plr:GetMouse()
  155. hum = char.Humanoid
  156. local hum = char.Humanoid
  157. hum.MaxHealth = "inf" hum.Health = "inf"
  158.  
  159. t.Transparency = 1
  160. ra.Transparency = 1
  161. la.Transparency = 1
  162. rl.Transparency = 1
  163. ll.Transparency = 1
  164.  
  165. local ff = Instance.new("ForceField",char) ff.Visible = false
  166.  
  167. local crocr = Instance.new("Part",char) crocr.Size = Vector3.new(1.05,.6,1.05)
  168. crocr.CanCollide = false crocr.Color = Color3.fromRGB(30,30,60)
  169. crocr.Material = "SmoothPlastic" local crw = Instance.new("Weld",crocr)
  170. crw.Part0 = rl crw.Part1 = crocr crw.C0 = crw.C0 * CFrame.new(0,-.705,0)
  171.  
  172. local crocl = Instance.new("Part",char) crocl.Size = Vector3.new(1.05,.6,1.05)
  173. crocl.Color = Color3.fromRGB(30,30,60) crocl.CanCollide = false
  174. crocl.Material = "SmoothPlastic" local clw = Instance.new("Weld",crocl)
  175. clw.Part0 = ll clw.Part1 = crocl clw.C0 = clw.C0 * CFrame.new(0,-.705,0)
  176.  
  177. local pantr = Instance.new("Part",char) pantr.Size = Vector3.new(1.05,1.1,1.05)
  178. pantr.Color = Color3.fromRGB(0,0,0) pantr.CanCollide = false pantr.Material = "SmoothPlastic"
  179. local prw = Instance.new("Weld",rl) prw.Part0 = rl prw.Part1 = pantr prw.C0 = prw.C0 * CFrame.new(0,.14,0)
  180.  
  181. local pantl = Instance.new("Part",char) pantl.Size = Vector3.new(1.05,1.1,1.05)
  182. pantl.Color = Color3.fromRGB(0,0,0) pantl.CanCollide = false pantl.Material = "SmoothPlastic"
  183. local plw = Instance.new("Weld",ll) plw.Part0 = ll plw.Part1 = pantl plw.C0 = plw.C0 * CFrame.new(0,.14,0)
  184.  
  185. local hpantr = Instance.new("Part",char) hpantr.Size = Vector3.new(1.05,.32,1.05) hpantr.Color = Color3.fromRGB(200,200,200)
  186. hpantr.Material = "SmoothPlastic" hpantr.CanCollide = false local hpr = Instance.new("Weld",rl) hpr.Part0 = rl hpr.Part1 = hpantr
  187. hpr.C0 = hpr.C0 * CFrame.new(0,.85,0)
  188.  
  189. local hpantl = Instance.new("Part",char) hpantl.Size = Vector3.new(1.05,.32,1.05) hpantl.Color = Color3.fromRGB(200,200,200)
  190. hpantl.Material = "SmoothPlastic" hpantl.CanCollide = false local hpl = Instance.new("Weld",ll) hpl.Part0 = ll hpl.Part1 = hpantl
  191. hpl.C0 = hpl.C0 * CFrame.new(0,.85,0)
  192.  
  193. local hbody = Instance.new("Part",char) hbody.Size = Vector3.new(2.05,2.05,1.05) hbody.Color = Color3.fromRGB(200,200,200) hbody.Material = "SmoothPlastic" hbody.CanCollide = false local hw = Instance.new("Weld",t) hw.Part0 = t hw.Part1 = hbody
  194. local rukr = Instance.new("Part",char) rukr.Size = Vector3.new(1.05,1.8,1.05) rukr.Color = Color3.fromRGB(200,200,200) rukr.Material = "SmoothPlastic" rukr.CanCollide = false local rw = Instance.new("Weld",ra) rw.Part0 = ra rw.Part1 = rukr rw.C0 = rw.C0 * CFrame.new(0,.125,0)
  195. local rukl = Instance.new("Part",char) rukl.Size = Vector3.new(1.05,1.8,1.05) rukl.Color = Color3.fromRGB(200,200,200) rukl.Material = "SmoothPlastic" rukl.CanCollide = false local lw = Instance.new("Weld",la) lw.Part0 = la lw.Part1 = rukl lw.C0 = lw.C0 * CFrame.new(0,.125,0)
  196. local handr = Instance.new("Part",char) handr.Size = Vector3.new(1.05,.21,1.05) handr.Color = ra.Color handr.Material = "SmoothPlastic" handr.CanCollide = false local hrw = Instance.new("Weld",ra) hrw.Part0 = ra hrw.Part1 = handr hrw.C0 = hrw.C0 * CFrame.new(0,-.882,0)
  197. local handl = Instance.new("Part",char) handl.Size = Vector3.new(1.05,.21,1.05) handl.Color = la.Color handl.Material = "SmoothPlastic" handl.CanCollide = false local hlw = Instance.new("Weld",la) hlw.Part0 = la hlw.Part1 = handl hlw.C0 = hlw.C0 * CFrame.new(0,-.882,0)
  198.  
  199. local hmeshr = Instance.new("BlockMesh",handr)
  200. local hmeshl = Instance.new("BlockMesh",handl)
  201. local rmeshr = Instance.new("BlockMesh",rukr)
  202. local rmeshl = Instance.new("BlockMesh",rukl)
  203. local hpmeshr = Instance.new("BlockMesh",hpantr)
  204. local hpmeshl = Instance.new("BlockMesh",hpantl)
  205. local pmeshr = Instance.new("BlockMesh",pantr)
  206. local pmeshl = Instance.new("BlockMesh",pantl)
  207.  
  208. local scg = Instance.new("ScreenGui",plrg)
  209. local fre = Instance.new("Frame",scg) fre.Size = UDim2.new(.3,0,.3,0) fre.Position = UDim2.new(.7,0,.7,0) fre.BackgroundTransparency = .4 fre.BackgroundColor3 = Color3.fromRGB(255,255,255) fre.BorderSizePixel = 0
  210.  
  211. local hcolorbox = Instance.new("TextBox",fre) hcolorbox.Size = UDim2.new(.3,0,.2,0) hcolorbox.Position = UDim2.new(0,0,.2,0) hcolorbox.BorderSizePixel = 0 hcolorbox.BackgroundColor3 = Color3.fromRGB(240,240,240)  hcolorbox.Text = "BrickColor"
  212. local lab = Instance.new("TextLabel",fre) lab.BackgroundTransparency = 1 lab.TextColor3 = Color3.fromRGB(0,0,0) lab.Text = "Hoodie Color/Material" lab.TextScaled = true lab.Size = hcolorbox.Size
  213. local hmaterialbox = Instance.new("TextBox",fre) hmaterialbox.Size = UDim2.new(.3,0,.2,0) hmaterialbox.Position = UDim2.new(0,0,.4,0) hmaterialbox.BorderSizePixel = 0 hmaterialbox.BackgroundColor3 = Color3.fromRGB(240,240,240)  hmaterialbox.Text = "Material"
  214. local reset = Instance.new("TextButton",fre) reset.Size = UDim2.new(.3,0,.2,0) reset.Position = UDim2.new(0,0,.6,0) reset.BorderSizePixel = 0 reset.BackgroundColor3 = Color3.fromRGB(255,0,0) reset.Text = "Reset Both" reset.TextScaled = true
  215.  
  216. local lab1 = Instance.new("TextLabel",fre) lab1.BackgroundTransparency = 1 lab1.Position = UDim2.new(.3,0,0,0) lab1.TextColor3 = Color3.fromRGB(0,0,0) lab1.Text = "Pants Color/Material" lab1.TextScaled = true lab1.Size = hcolorbox.Size
  217. local pcolorbox = Instance.new("TextBox",fre) pcolorbox.Size = UDim2.new(.3,0,.2,0) pcolorbox.Position = UDim2.new(.3,0,.2,0) pcolorbox.BorderSizePixel = 0 pcolorbox.BackgroundColor3 = Color3.fromRGB(240,240,240)  pcolorbox.Text = "BrickColor"
  218. local pmaterialbox = Instance.new("TextBox",fre) pmaterialbox.Size = UDim2.new(.3,0,.2,0) pmaterialbox.Position = UDim2.new(.3,0,.4,0) pmaterialbox.BorderSizePixel = 0 pmaterialbox.BackgroundColor3 = Color3.fromRGB(240,240,240)  pmaterialbox.Text = "Material"
  219. local reset1 = Instance.new("TextButton",fre) reset1.Size = UDim2.new(.3,0,.2,0) reset1.Position = UDim2.new(.3,0,.6,0) reset1.BorderSizePixel = 0 reset1.BackgroundColor3 = Color3.fromRGB(235,0,0) reset1.Text = "Reset Both" reset1.TextScaled = true
  220.  
  221. local scolorbox = Instance.new("TextBox",fre) scolorbox.Size = UDim2.new(.3,0,.2,0) scolorbox.Position = UDim2.new(.6,0,.2,0) scolorbox.BorderSizePixel = 0 scolorbox.BackgroundColor3 = Color3.fromRGB(240,240,240)  scolorbox.Text = "BrickColor"
  222. local lab2 = Instance.new("TextLabel",fre) lab2.BackgroundTransparency = 1 lab2.TextColor3 = Color3.fromRGB(0,0,0) lab2.Text = "Shoes Color/Material"  lab2.TextScaled = true lab2.Size = hcolorbox.Size lab2.Position = UDim2.new(.6,0,0,0)
  223. local smaterialbox = Instance.new("TextBox",fre) smaterialbox.Size = UDim2.new(.3,0,.2,0) smaterialbox.Position = UDim2.new(.6,0,.4,0) smaterialbox.BorderSizePixel = 0 smaterialbox.BackgroundColor3 = Color3.fromRGB(240,240,240)  smaterialbox.Text = "Material"
  224. local reset2 = Instance.new("TextButton",fre) reset2.Size = UDim2.new(.3,0,.2,0) reset2.Position = UDim2.new(.6,0,.6,0) reset2.BorderSizePixel = 0 reset2.BackgroundColor3 = Color3.fromRGB(215,0,0) reset2.Text = "Reset Both" reset2.TextScaled = true
  225.  
  226. local reseta = Instance.new("TextButton",fre) reseta.Size = UDim2.new(.9,0,.2,0) reseta.Position = UDim2.new(0,0,.8,0) reseta.BorderSizePixel = 0 reseta.BackgroundColor3 = Color3.fromRGB(255,150,0) reseta.Text = "Reset All" reseta.TextScaled = true
  227.  
  228. local min = Instance.new("TextButton",fre) min.TextColor3 = Color3.new(1,1,1) min.Size = UDim2.new(.1,0,.2,0) min.Position = UDim2.new(.9,0,0,0) min.BorderSizePixel = 0 min.BackgroundColor3 = Color3.fromRGB(255,0,0) min.TextScaled = true min.Text = "Close Gui "
  229. local min1 = Instance.new("TextButton",fre) min1.TextColor3 = Color3.new(1,1,1) min1.Size = UDim2.new(.1,0,.2,0) min1.Position = UDim2.new(.9,0,1,0) min1.BorderSizePixel = 0 min1.BackgroundColor3 = Color3.fromRGB(0,255,0) min1.TextScaled = true min1.Text = "Open Gui"
  230.  
  231. local naim = Instance.new("TextLabel",fre) naim.Position = UDim2.new(.8,0,.6,0) naim.Size = UDim2.new(.3,0,.2,0) naim.Rotation = 90 naim.BackgroundTransparency = 1 naim.TextColor3 = Color3.fromRGB(100,0,255) naim.TextScaled = true naim.Text = "Customize"
  232.  
  233. local mus = Instance.new("Sound",t) mus.Volume = 1 mus.Looped = true
  234.  
  235. local musbox = Instance.new("TextBox",fre) musbox.Size = UDim2.new(.4,0,.2,0) musbox.Position = UDim2.new(0,0,-.2,0) musbox.BorderSizePixel = 0 musbox.BackgroundColor3 = Color3.new(1,1,1) musbox.Text = "908199689"
  236. local play = Instance.new("ImageButton",fre) play.Size = UDim2.new(.1,0,.2,0) play.Position = UDim2.new(.4,0,-.2,0) play.BorderSizePixel = 0 play.Image = "http://www.roblox.com/asset/?id=293466205" play.BackgroundColor3 = Color3.new(1,1,1)
  237. local pause = Instance.new("ImageButton",fre) pause.Size = UDim2.new(.1,0,.2,0) pause.Position = UDim2.new(.5,0,-.2,0) pause.BorderSizePixel = 0 pause.Image = "http://www.roblox.com/asset/?id=293466203" pause.BackgroundColor3 = Color3.new(1,1,1)
  238. local volume = Instance.new("TextLabel",fre) volume.Size = UDim2.new(.1,0,.2,0) volume.Position = UDim2.new(.6,0,-.2,0) volume.BorderSizePixel = 0  volume.BackgroundColor3 = Color3.new(1,1,1) volume.Text = "1"
  239. local plus = Instance.new("ImageButton",fre) plus.Size = UDim2.new(.1,0,.2,0) plus.Image = "http://www.roblox.com/asset/?id=257579835" plus.ImageColor3 = Color3.new(0,0,0) plus.Position = UDim2.new(.8,0,-.2,0) plus.BorderSizePixel = 0  plus.BackgroundColor3 = Color3.new(1,1,1)
  240. local minus = Instance.new("ImageButton",fre) minus.Size = UDim2.new(.103,0,.2,0) minus.Image = "http://www.roblox.com/asset/?id=2276240" minus.ImageColor3 = Color3.new(0,0,0) minus.Position = UDim2.new(.7,0,-.2,0) minus.BorderSizePixel = 0  minus.BackgroundColor3 = Color3.new(1,1,1)
  241.  
  242. local songlist = Instance.new("TextButton",fre) songlist.TextScaled = true songlist.TextColor3 = Color3.new(1,1,1) songlist.Text = "Open Songlist" songlist.Size = UDim2.new(.1,0,.2,0) songlist.Position = UDim2.new(.9,0,-.2,0) songlist.BorderSizePixel = 0 songlist.BackgroundColor3 = Color3.new(0,1,0)
  243. local closesonglist = Instance.new("TextButton",fre) closesonglist.TextColor3 = Color3.new(1,1,1) closesonglist.TextScaled = true closesonglist.Text = "Close Songlist" closesonglist.Size = UDim2.new(.1,0,.2,0) closesonglist.Position = UDim2.new(1,0,-.2,0) closesonglist.BorderSizePixel = 0 closesonglist.BackgroundColor3 = Color3.new(1,0,0)
  244. local sfre = Instance.new("ScrollingFrame",fre) sfre.Size = UDim2.new(1,0,1,0) sfre.Position = UDim2.new(1,0,-1.2,0) sfre.BackgroundTransparency = .4 sfre.BorderSizePixel = 0 sfre.BackgroundColor3 = Color3.fromRGB(170,255,170)
  245. local rockstar = Instance.new("TextButton",sfre) rockstar.TextScaled = true rockstar.Text = "Post Malone - Rockstar" rockstar.Size = UDim2.new(.95,0,.1,0) rockstar.Position = UDim2.new(0,0,0,0) rockstar.BorderSizePixel = 0 rockstar.BackgroundColor3 = Color3.fromRGB(190,255,190) rockstar.BackgroundTransparency = .2 rockstar.TextColor3 = Color3.new(1,1,1)
  246. local whole = Instance.new("TextButton",sfre) whole.TextScaled = true whole.Text = "Chime & Adam Tell - Whole(Rob Gasser Remix)" whole.Size = UDim2.new(.95,0,.1,0) whole.Position = UDim2.new(0,0,.1,0) whole.BorderSizePixel = 0 whole.BackgroundColor3 = Color3.fromRGB(246, 175, 84) whole.BackgroundTransparency = .2 whole.TextColor3 = Color3.new(1,1,1)
  247. local cacao = Instance.new("TextButton",sfre) cacao.TextScaled = true cacao.Text = "Tobu - Cacao" cacao.Size = UDim2.new(.95,0,.1,0) cacao.Position = UDim2.new(0,0,.2,0) cacao.BorderSizePixel = 0 cacao.BackgroundColor3 = Color3.fromRGB(190,255,190) cacao.BackgroundTransparency = .2 cacao.TextColor3 = Color3.new(1,1,1)
  248. local bendypuffs = Instance.new("TextButton",sfre) bendypuffs.TextScaled = true bendypuffs.Text = "CG5 - SpotLight(Mashed up with Reese`s Puffs Rap)" bendypuffs.Size = UDim2.new(.95,0,.1,0) bendypuffs.Position = UDim2.new(0,0,.9,0) bendypuffs.BorderSizePixel = 0 bendypuffs.BackgroundColor3 = Color3.fromRGB(246, 175, 84) bendypuffs.BackgroundTransparency = .2 bendypuffs.TextColor3 = Color3.new(1,1,1)
  249. local allstars = Instance.new("TextButton",sfre) allstars.TextScaled = true allstars.Text = "Kendrick Lamar & SZA - All The Stars" allstars.Size = UDim2.new(.95,0,.1,0) allstars.Position = UDim2.new(0,0,.296,0) allstars.BorderSizePixel = 0 allstars.BackgroundColor3 = Color3.fromRGB(246, 175, 84) allstars.BackgroundTransparency = .2 allstars.TextColor3 = Color3.new(1,1,1)
  250. local bills = Instance.new("TextButton",sfre) bills.TextScaled = true bills.Text = "Jaroslav Beck - 100$ Bills" bills.Size = UDim2.new(.95,0,.1,0) bills.Position = UDim2.new(0,0,.396,0) bills.BorderSizePixel = 0 bills.BackgroundColor3 = Color3.fromRGB(190,255,190) bills.BackgroundTransparency = .2 bills.TextColor3 = Color3.new(1,1,1)
  251. local believer = Instance.new("TextButton",sfre) believer.TextScaled = true believer.Text = "Imagine Dragons - Believer" believer.Size = UDim2.new(.95,0,.1,0) believer.Position = UDim2.new(0,0,.496,0) believer.BorderSizePixel = 0 believer.BackgroundColor3 = Color3.fromRGB(246, 175, 84) believer.BackgroundTransparency = .2 believer.TextColor3 = Color3.new(1,1,1)
  252. local apart = Instance.new("TextButton",sfre) apart.TextScaled = true apart.Text = "Post Malone - I Fall Apart (Slander Remix)" apart.Size = UDim2.new(.95,0,.1,0) apart.Position = UDim2.new(0,0,.596,0) apart.BorderSizePixel = 0 apart.BackgroundColor3 = Color3.fromRGB(190,255,190) apart.BackgroundTransparency = .2 apart.TextColor3 = Color3.new(1,1,1)
  253. local ghosts = Instance.new("TextButton",sfre) ghosts.TextScaled = true ghosts.Text = "Jacob Tillberg - Ghosts(Not Full)" ghosts.Size = UDim2.new(.95,0,.1,0) ghosts.Position = UDim2.new(0,0,.696,0) ghosts.BorderSizePixel = 0 ghosts.BackgroundColor3 = Color3.fromRGB(246, 175, 84) ghosts.BackgroundTransparency = .2 ghosts.TextColor3 = Color3.new(1,1,1)
  254. local dont = Instance.new("TextButton",sfre) dont.TextScaled = true dont.Text = "Charlie Puth ft. Selena Gomez(BOXINBOX Remix)" dont.Size = UDim2.new(.95,0,.108,0) dont.Position = UDim2.new(0,0,.792,0) dont.BorderSizePixel = 0 dont.BackgroundColor3 = Color3.fromRGB(190,255,190) dont.BackgroundTransparency = .2 dont.TextColor3 = Color3.new(1,1,1)
  255.  
  256. local outfits = Instance.new("TextButton",fre) outfits.TextColor3 = Color3.new(1,1,1) outfits.TextScaled = true outfits.Text = "Advanced" outfits.Size = UDim2.new(.1,0,.2,0) outfits.Position = UDim2.new(.9,0,.2,0) outfits.BorderSizePixel = 0 outfits.BackgroundColor3 = Color3.fromRGB(0,255,0)
  257. local outfits1 = Instance.new("TextButton",fre) outfits1.TextColor3 = Color3.new(1,1,1) outfits1.TextScaled = true outfits1.Text = "Close" outfits1.Size = UDim2.new(.1,0,.2,0) outfits1.Position = UDim2.new(1,0,.2,0) outfits1.BorderSizePixel = 0 outfits1.BackgroundColor3 = Color3.fromRGB(255,0,0) outfits1.TextColor3 = Color3.new(1,1,1)
  258. local outf = Instance.new("ScrollingFrame",fre) outf.BorderSizePixel = 0 outf.BackgroundColor3 = Color3.new(1,1,1) outf.BackgroundTransparency = .3 outf.Size = UDim2.new(.7,0,1,0) outf.Position = UDim2.new(-.7,0,1,0)
  259.  
  260. local cwm = Instance.new("TextButton",outf) cwm.Size = UDim2.new(.45,0,.2,0) cwm.BorderSizePixel = 0 cwm.BackgroundColor3 = Color3.fromRGB(180,0,0) cwm.TextColor3 = Color3.new(1,1,1) cwm.Text = "Crimson, White, Maroon." cwm.TextScaled = true
  261. local twc = Instance.new("TextButton",outf) twc.Position = UDim2.new(.45,0,0,0) twc.Size = UDim2.new(.45,0,.2,0) twc.BorderSizePixel = 0 twc.BackgroundColor3 = Color3.fromRGB(0,255,255) twc.TextColor3 = Color3.new(1,1,1) twc.Text = "Toothpaste, White, Cyan." twc.TextScaled = true
  262. local owo = Instance.new("TextButton",outf) owo.Position = UDim2.new(0,0,.2,0) owo.Size = UDim2.new(.45,0,.2,0) owo.BorderSizePixel = 0 owo.BackgroundColor3 = Color3.fromRGB(255,150,0) owo.TextColor3 = Color3.new(1,1,1) owo.Text = "Deep orange, White, Dark Orange." owo.TextScaled = true
  263. local gwg = Instance.new("TextButton",outf) gwg.Position = UDim2.new(.45,0,.2,0) gwg.Size = UDim2.new(.45,0,.2,0) gwg.BorderSizePixel = 0 gwg.BackgroundColor3 = Color3.fromRGB(0,255,0) gwg.TextColor3 = Color3.new(1,1,1) gwg.Text = "Lime Green, White, DarkGreen" gwg.TextScaled = true
  264. local bkb = Instance.new("TextButton",outf) bkb.Position = UDim2.new(0,0,.396,0) bkb.Size = UDim2.new(.45,0,.2,0) bkb.BorderSizePixel = 0 bkb.BackgroundColor3 = Color3.fromRGB(60,60,60) bkb.TextColor3 = Color3.new(1,1,1) bkb.Text = "Black, Khaki, Black." bkb.TextScaled = true
  265. local blac = Instance.new("TextButton",outf) blac.Position = UDim2.new(.45,0,.396,0) blac.Size = UDim2.new(.45,0,.2,0) blac.BorderSizePixel = 0 blac.BackgroundColor3 = Color3.fromRGB(40,40,40) blac.TextColor3 = Color3.new(1,1,1) blac.Text = "Black." blac.TextScaled = true
  266.  
  267. local enb = Instance.new("TextButton",outf) enb.Position = UDim2.new(0,0,.596,0) enb.Size = UDim2.new(.45,0,.2,0) enb.BorderSizePixel = 0 enb.BackgroundColor3 = Color3.fromRGB(0,255,0) enb.TextColor3 = Color3.new(1,1,1) enb.Text = "Enable NameTag" enb.TextScaled = true
  268. local dis = Instance.new("TextButton",outf) dis.Position = UDim2.new(0,0,1,0) dis.Size = UDim2.new(.45,0,.2,0) dis.BorderSizePixel = 0 dis.BackgroundColor3 = Color3.fromRGB(255,0,0) dis.TextColor3 = Color3.new(1,1,1) dis.Text = "Disable NameTag" dis.TextScaled = true
  269.  
  270. local cred = Instance.new("TextLabel",outf) cred.Size = UDim2.new(.45,0,.1,0) cred.Position = UDim2.new(.45,0,.596,0) cred.BackgroundTransparency = 1 cred.TextColor3 = Color3.fromRGB(100,0,255) cred.Text = "VLAD20020 MADE THIS SCRIPT" cred.TextScaled = true cred.TextStrokeColor3 = Color3.new(1,1,1) cred.TextStrokeTransparency = 0 cred.Font = "Cartoon"
  271.  
  272. local style1 = Instance.new("TextButton",outf) style1.Size = UDim2.new(.15,0,.1,0) style1.Position = UDim2.new(.45,0,.696,0) style1.BorderSizePixel = 0 style1.BackgroundColor3 = Color3.new(1,1,1) style1.TextScaled = true style1.Text = "Style 1" style1.TextColor3 = Color3.fromRGB(100,0,255)
  273. local style2 = Instance.new("TextButton",outf) style2.Size = UDim2.new(.15,0,.1,0) style2.Position = UDim2.new(.60,0,.696,0) style2.BorderSizePixel = 0 style2.BackgroundColor3 = Color3.new(1,1,1) style2.TextScaled = true style2.Text = "Style 2" style2.TextColor3 = Color3.fromRGB(255,150,0)
  274. local style3 = Instance.new("TextButton",outf) style3.Size = UDim2.new(.15,0,.1,0) style3.Position = UDim2.new(.75,0,.696,0) style3.BorderSizePixel = 0 style3.BackgroundColor3 = Color3.new(1,1,1) style3.TextScaled = true style3.Text = "Style 3" style3.TextColor3 = Color3.fromRGB(100,0,255)
  275.  
  276. style1.MouseButton1Click:connect(function()
  277.     hmeshr.Offset = Vector3.new(0,0,0) hmeshr.Scale = Vector3.new(1,1,1)
  278.     hmeshl.Offset = Vector3.new(0,0,0) hmeshl.Scale = Vector3.new(1,1,1)
  279.     rmeshr.Offset = Vector3.new(0,0,0) rmeshr.Scale = Vector3.new(1,1,1)
  280.     rmeshl.Offset = Vector3.new(0,0,0) rmeshl.Scale = Vector3.new(1,1,1)
  281.     hpmeshr.Offset = Vector3.new(0,0,0) hpmeshr.Scale = Vector3.new(1,1,1)
  282.     hpmeshl.Offset = Vector3.new(0,0,0) hpmeshl.Scale = Vector3.new(1,1,1)
  283.     pmeshr.Offset = Vector3.new(0,0,0) pmeshr.Scale = Vector3.new(1,1,1)
  284.     pmeshl.Offset = Vector3.new(0,0,0) pmeshl.Scale = Vector3.new(1,1,1)
  285. end)
  286. style2.MouseButton1Click:connect(function()
  287.     rmeshl.Scale = Vector3.new(1,.3,1)
  288.     rmeshr.Scale = Vector3.new(1,.3,1)
  289.     rmeshl.Offset = Vector3.new(0,.63,0)
  290.     rmeshr.Offset = Vector3.new(0,.63,0)
  291.     hmeshl.Scale = Vector3.new(1,7.1,1)
  292.     hmeshr.Scale = Vector3.new(1,7.1,1)
  293.     hmeshl.Offset = Vector3.new(0,.63,0)
  294.     hmeshr.Offset = Vector3.new(0,.63,0)
  295.     hpmeshr.Offset = Vector3.new(0,0,0) hpmeshr.Scale = Vector3.new(1,1,1)
  296.     hpmeshl.Offset = Vector3.new(0,0,0) hpmeshl.Scale = Vector3.new(1,1,1)
  297.     pmeshr.Offset = Vector3.new(0,0,0) pmeshr.Scale = Vector3.new(1,1,1)
  298.     pmeshl.Offset = Vector3.new(0,0,0) pmeshl.Scale = Vector3.new(1,1,1)
  299. end)
  300. style3.MouseButton1Click:connect(function()
  301.     hpmeshl.Scale = Vector3.new(1.05,3.1,-.53)
  302.     hpmeshr.Scale = Vector3.new(1.05,3.1,-.53)
  303.     hpmeshl.Offset = Vector3.new(0,-.363,.25)
  304.     hpmeshr.Offset = Vector3.new(0,-.363,.25)
  305.     pmeshl.Scale = Vector3.new(1,1.25,1)
  306.     pmeshr.Scale = Vector3.new(1,1.25,1)
  307.     pmeshl.Offset = Vector3.new(0,.14,0)
  308.     pmeshr.Offset = Vector3.new(0,.14,0)
  309.     rmeshr.Offset = Vector3.new(0,0,0) rmeshr.Scale = Vector3.new(1,1,1)
  310.     rmeshl.Offset = Vector3.new(0,0,0) rmeshl.Scale = Vector3.new(1,1,1)
  311.     hmeshr.Offset = Vector3.new(0,0,0) hmeshr.Scale = Vector3.new(1,1,1)
  312.     hmeshl.Offset = Vector3.new(0,0,0) hmeshl.Scale = Vector3.new(1,1,1)
  313. end)
  314.  
  315. bb = Instance.new("BillboardGui",char)
  316. bb.AlwaysOnTop = false
  317. bb.Size = UDim2.new(5,35,2,15)
  318. bb.StudsOffset = Vector3.new(0,2,0)
  319. bb.MaxDistance = 75
  320. bb.Adornee = h
  321. bb.Name = "Name"
  322. label = Instance.new("TextLabel",bb)
  323. label.BackgroundTransparency = 1
  324. label.TextScaled = true
  325. label.BorderSizePixel = 0
  326. label.Text = ""
  327. label.Font = "Cartoon"
  328. label.TextSize = 20
  329. label.TextStrokeTransparency = 0
  330. label.TextColor3 = Color3.new(1,1,1)
  331. label.TextStrokeColor3 = Color3.fromRGB(255,150,0)
  332. label.Size = UDim2.new(1,0,0.5,0)
  333. label.Parent = bb
  334. plr.Chatted:connect(function(msg)
  335.     label.Text = msg
  336.     wait(3)
  337.     if label.Text == msg then
  338.         label.Text = ""
  339.     end
  340. end)
  341.  
  342. bb1 = Instance.new("BillboardGui",char)
  343. bb1.AlwaysOnTop = false
  344. bb1.Size = UDim2.new(5,35,2,15)
  345. bb1.StudsOffset = Vector3.new(0,1,0)
  346. bb1.MaxDistance = 75
  347. bb1.Adornee = h
  348. bb1.Name = "Name"
  349. label1 = Instance.new("TextLabel",bb)
  350. label1.BackgroundTransparency = 1
  351. label1.TextScaled = true
  352. label1.BorderSizePixel = 0
  353. label1.Visible = false
  354. label1.Text = ""..char.Name
  355. label1.Font = "Cartoon"
  356. label1.TextSize = 20
  357. label1.TextStrokeTransparency = 0
  358. label1.TextColor3 = Color3.new(1,1,1)
  359. label1.TextStrokeColor3 = Color3.fromRGB(255,150,0)
  360. label1.Size = UDim2.new(1,0,0.5,0)
  361. label1.Parent = bb1
  362.  
  363. enb.MouseButton1Click:connect(function()
  364.     label1.Visible = true
  365.     enb.Position = UDim2.new(0,0,1,0)
  366.     dis.Position = UDim2.new(0,0,.596,0)
  367. end)
  368. dis.MouseButton1Click:connect(function()
  369.     label1.Visible = false
  370.     enb.Position = UDim2.new(0,0,.596,0)
  371.     dis.Position = UDim2.new(0,0,1,0)
  372. end)
  373.  
  374. local brickc = Instance.new("TextButton",outf) brickc.Position = UDim2.new(0,0,.8,0) brickc.Size = UDim2.new(.45,0,.2,0) brickc.BorderSizePixel = 0 brickc.BackgroundColor3 = Color3.fromRGB(0,255,0) brickc.TextColor3 = Color3.new(1,1,1) brickc.Text = "Use BrickColor" brickc.TextScaled = true
  375. local colr3 = Instance.new("TextButton",outf) colr3.Position = UDim2.new(.45,0,.8,0) colr3.Size = UDim2.new(.45,0,.2,0) colr3.BorderSizePixel = 0 colr3.BackgroundColor3 = Color3.fromRGB(255,0,0) colr3.TextColor3 = Color3.new(1,1,1) colr3.Text = "Use Color3" colr3.TextScaled = true
  376.  
  377. local hcolorbox1 = Instance.new("TextBox",fre) hcolorbox1.Size = UDim2.new(.1,0,.2,0) hcolorbox1.Position = UDim2.new(0,0,1,0) hcolorbox1.BorderSizePixel = 0 hcolorbox1.BackgroundColor3 = Color3.new(1,1,1) hcolorbox1.Text = "R" hcolorbox1.TextColor3 = Color3.new(1,0,0)
  378. local hcolorbox2 = Instance.new("TextBox",fre) hcolorbox2.Size = UDim2.new(.1,0,.2,0) hcolorbox2.Position = UDim2.new(0,0,1,0) hcolorbox2.BorderSizePixel = 0 hcolorbox2.BackgroundColor3 = Color3.new(1,1,1) hcolorbox2.Text = "G" hcolorbox2.TextColor3 = Color3.new(0,1,0)
  379. local hcolorbox3 = Instance.new("TextBox",fre) hcolorbox3.Size = UDim2.new(.1,0,.2,0) hcolorbox3.Position = UDim2.new(0,0,1,0) hcolorbox3.BorderSizePixel = 0 hcolorbox3.BackgroundColor3 = Color3.new(1,1,1) hcolorbox3.Text = "B" hcolorbox3.TextColor3 = Color3.new(0,0,1)
  380.  
  381. local pcolorbox1 = Instance.new("TextBox",fre) pcolorbox1.Size = UDim2.new(.1,0,.2,0) pcolorbox1.Position = UDim2.new(0,0,1,0) pcolorbox1.BorderSizePixel = 0 pcolorbox1.BackgroundColor3 = Color3.new(1,1,1) pcolorbox1.Text = "R" pcolorbox1.TextColor3 = Color3.new(1,0,0)
  382. local pcolorbox2 = Instance.new("TextBox",fre) pcolorbox2.Size = UDim2.new(.1,0,.2,0) pcolorbox2.Position = UDim2.new(0,0,1,0) pcolorbox2.BorderSizePixel = 0 pcolorbox2.BackgroundColor3 = Color3.new(1,1,1) pcolorbox2.Text = "G" pcolorbox2.TextColor3 = Color3.new(0,1,0)
  383. local pcolorbox3 = Instance.new("TextBox",fre) pcolorbox3.Size = UDim2.new(.1,0,.2,0) pcolorbox3.Position = UDim2.new(0,0,1,0) pcolorbox3.BorderSizePixel = 0 pcolorbox3.BackgroundColor3 = Color3.new(1,1,1) pcolorbox3.Text = "B" pcolorbox3.TextColor3 = Color3.new(0,0,1)
  384.  
  385. local scolorbox1 = Instance.new("TextBox",fre) scolorbox1.Size = UDim2.new(.1,0,.2,0) scolorbox1.Position = UDim2.new(0,0,1,0) scolorbox1.BorderSizePixel = 0 scolorbox1.BackgroundColor3 = Color3.new(1,1,1) scolorbox1.Text = "R" scolorbox1.TextColor3 = Color3.new(1,0,0)
  386. local scolorbox2 = Instance.new("TextBox",fre) scolorbox2.Size = UDim2.new(.1,0,.2,0) scolorbox2.Position = UDim2.new(0,0,1,0) scolorbox2.BorderSizePixel = 0 scolorbox2.BackgroundColor3 = Color3.new(1,1,1) scolorbox2.Text = "G" scolorbox2.TextColor3 = Color3.new(0,1,0)
  387. local scolorbox3 = Instance.new("TextBox",fre) scolorbox3.Size = UDim2.new(.1,0,.2,0) scolorbox3.Position = UDim2.new(0,0,1,0) scolorbox3.BorderSizePixel = 0 scolorbox3.BackgroundColor3 = Color3.new(1,1,1) scolorbox3.Text = "B" scolorbox3.TextColor3 = Color3.new(0,0,1)
  388.  
  389. cwm.MouseButton1Click:connect(function()
  390.     hbody.BrickColor = BrickColor.new("Crimson")
  391.     rukl.BrickColor = BrickColor.new("Crimson")
  392.     rukr.BrickColor = BrickColor.new("Crimson")
  393.     hpantl.BrickColor = BrickColor.new("Crimson")
  394.     hpantr.BrickColor = BrickColor.new("Crimson")
  395.     pantl.BrickColor = BrickColor.new("White")
  396.     pantr.BrickColor = BrickColor.new("White")
  397.     crocl.BrickColor = BrickColor.new("Maroon")
  398.     crocr.BrickColor = BrickColor.new("Maroon")
  399. end)
  400. twc.MouseButton1Click:connect(function()
  401.     hbody.BrickColor = BrickColor.new("Toothpaste")
  402.     rukl.BrickColor = BrickColor.new("Toothpaste")
  403.     rukr.BrickColor = BrickColor.new("Toothpaste")
  404.     hpantl.BrickColor = BrickColor.new("Toothpaste")
  405.     hpantr.BrickColor = BrickColor.new("Toothpaste")
  406.     pantl.BrickColor = BrickColor.new("White")
  407.     pantr.BrickColor = BrickColor.new("White")
  408.     crocl.BrickColor = BrickColor.new("Cyan")
  409.     crocr.BrickColor = BrickColor.new("Cyan")
  410. end)
  411. owo.MouseButton1Click:connect(function()
  412.     hbody.BrickColor = BrickColor.new("Deep orange")
  413.     rukl.BrickColor = BrickColor.new("Deep orange")
  414.     rukr.BrickColor = BrickColor.new("Deep orange")
  415.     hpantl.BrickColor = BrickColor.new("Deep orange")
  416.     hpantr.BrickColor = BrickColor.new("Deep orange")
  417.     pantl.BrickColor = BrickColor.new("White")
  418.     pantr.BrickColor = BrickColor.new("White")
  419.     crocl.BrickColor = BrickColor.new("Dark orange")
  420.     crocr.BrickColor = BrickColor.new("Dark orange")
  421. end)
  422. gwg.MouseButton1Click:connect(function()
  423.     hbody.BrickColor = BrickColor.new("Lime green")
  424.     rukl.BrickColor = BrickColor.new("Lime green")
  425.     rukr.BrickColor = BrickColor.new("Lime green")
  426.     hpantl.BrickColor = BrickColor.new("Lime green")
  427.     hpantr.BrickColor = BrickColor.new("Lime green")
  428.     pantl.BrickColor = BrickColor.new("White")
  429.     pantr.BrickColor = BrickColor.new("White")
  430.     crocl.BrickColor = BrickColor.new("Dark green")
  431.     crocr.BrickColor = BrickColor.new("Dark green")
  432. end)
  433. bkb.MouseButton1Click:connect(function()
  434.     hbody.BrickColor = BrickColor.new("Black")
  435.     rukl.BrickColor = BrickColor.new("Black")
  436.     rukr.BrickColor = BrickColor.new("Black")
  437.     hpantl.BrickColor = BrickColor.new("Black")
  438.     hpantr.BrickColor = BrickColor.new("Black")
  439.     pantl.BrickColor = BrickColor.new("Khaki")
  440.     pantr.BrickColor = BrickColor.new("Khaki")
  441.     crocl.BrickColor = BrickColor.new("Black")
  442.     crocr.BrickColor = BrickColor.new("Black")
  443. end)
  444. blac.MouseButton1Click:connect(function()
  445.     hbody.BrickColor = BrickColor.new("Black")
  446.     rukl.BrickColor = BrickColor.new("Black")
  447.     rukr.BrickColor = BrickColor.new("Black")
  448.     hpantl.BrickColor = BrickColor.new("Black")
  449.     hpantr.BrickColor = BrickColor.new("Black")
  450.     pantl.BrickColor = BrickColor.new("Really black")
  451.     pantr.BrickColor = BrickColor.new("Really black")
  452.     crocl.BrickColor = BrickColor.new("Black")
  453.     crocr.BrickColor = BrickColor.new("Black")
  454. end)
  455.  
  456. colr3.MouseButton1Click:connect(function()
  457.     brickc.BackgroundColor3 = Color3.new(1,0,0)
  458.     colr3.BackgroundColor3 = Color3.new(0,1,0)
  459.     hcolorbox.Position = UDim2.new(0,0,1,0)
  460.     hcolorbox1.Position = UDim2.new(0,0,.2,0)
  461.     hcolorbox2.Position = UDim2.new(.1,0,.2,0)
  462.     hcolorbox3.Position = UDim2.new(.2,0,.2,0)
  463.     pcolorbox1.Position = UDim2.new(.3,0,.2,0)
  464.     pcolorbox2.Position = UDim2.new(.4,0,.2,0)
  465.     pcolorbox3.Position = UDim2.new(.5,0,.2,0)
  466.     scolorbox1.Position = UDim2.new(.604,0,.2,0)
  467.     scolorbox2.Position = UDim2.new(.704,0,.2,0)
  468.     scolorbox3.Position = UDim2.new(.8,0,.2,0)
  469.     hcolorbox.Position = UDim2.new(0,0,1,0)
  470.     pcolorbox.Position = UDim2.new(0,0,1,0)
  471.     scolorbox.Position = UDim2.new(0,0,1,0)
  472. end)
  473. brickc.MouseButton1Click:connect(function()
  474.     brickc.BackgroundColor3 = Color3.new(0,1,0)
  475.     colr3.BackgroundColor3 = Color3.new(1,0,0)
  476.     hcolorbox.Position = UDim2.new(0,0,1,0)
  477.     hcolorbox1.Position = UDim2.new(0,0,1,0)
  478.     hcolorbox2.Position = UDim2.new(0,0,1,0)
  479.     hcolorbox3.Position = UDim2.new(0,0,1,0)
  480.     pcolorbox1.Position = UDim2.new(0,0,1,0)
  481.     pcolorbox2.Position = UDim2.new(0,0,1,0)
  482.     pcolorbox3.Position = UDim2.new(0,0,1,0)
  483.     scolorbox1.Position = UDim2.new(0,0,1,0)
  484.     scolorbox2.Position = UDim2.new(0,0,1,0)
  485.     scolorbox3.Position = UDim2.new(0,0,1,0)
  486.     hcolorbox.Position = UDim2.new(0,0,.2,0)
  487.     pcolorbox.Position = UDim2.new(.3,0,.2,0)
  488.     scolorbox.Position = UDim2.new(.6,0,.2,0)
  489. end)
  490.  
  491. hcolorbox1.FocusLost:connect(function()
  492.     hbody.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  493.     rukl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  494.     rukr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  495.     hpantl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  496.     hpantr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  497. end)
  498. hcolorbox2.FocusLost:connect(function()
  499.     hbody.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  500.     rukl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  501.     rukr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  502.     hpantl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  503.     hpantr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  504. end)
  505. hcolorbox3.FocusLost:connect(function()
  506.     hbody.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  507.     rukl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  508.     rukr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  509.     hpantl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  510.     hpantr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
  511. end)
  512.  
  513. pcolorbox1.FocusLost:connect(function()
  514.     pantl.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
  515.     pantr.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
  516. end)
  517. pcolorbox2.FocusLost:connect(function()
  518.     pantl.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
  519.     pantr.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
  520. end)
  521. pcolorbox3.FocusLost:connect(function()
  522.     pantl.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
  523.     pantr.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
  524. end)
  525.  
  526. scolorbox1.FocusLost:connect(function()
  527.     crocl.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
  528.     crocr.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
  529. end)
  530. scolorbox2.FocusLost:connect(function()
  531.     crocl.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
  532.     crocr.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
  533. end)
  534. scolorbox3.FocusLost:connect(function()
  535.     crocl.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
  536.     crocr.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
  537. end)
  538.  
  539. play.MouseButton1Click:connect(function()
  540.     mus.SoundId = "rbxassetid://"..musbox.Text
  541.     mus:Play()
  542. end)
  543. pause.MouseButton1Click:connect(function()
  544.     mus:Pause()
  545. end)
  546. plus.MouseButton1Click:connect(function()
  547.     mus.Volume = mus.Volume +1
  548.     volume.Text = mus.Volume
  549. end)
  550. minus.MouseButton1Click:connect(function()
  551.     mus.Volume = mus.Volume -1
  552.     volume.Text = mus.Volume
  553. end)
  554.  
  555. songlist.MouseButton1Click:connect(function()
  556.     sfre.Position = UDim2.new(0,0,-1.2,0)
  557.     songlist.Position = UDim2.new(1,0,-.2,0)
  558.     closesonglist.Position = UDim2.new(.9,0,-.2,0)
  559. end)
  560. closesonglist.MouseButton1Click:connect(function()
  561.     sfre.Position = UDim2.new(1,0,-1.2,0)
  562.     songlist.Position = UDim2.new(.9,0,-.2,0)
  563.     closesonglist.Position = UDim2.new(1,0,-.2,0)
  564. end)
  565. rockstar.MouseButton1Click:connect(function()
  566.     musbox.Text = "1054415887"
  567. end)
  568. whole.MouseButton1Click:connect(function()
  569.     musbox.Text = "908199689"
  570. end)
  571. cacao.MouseButton1Click:connect(function()
  572.     musbox.Text = "530579604"
  573. end)
  574. bendypuffs.MouseButton1Click:connect(function()
  575.     musbox.Text = "1116320077"
  576. end)
  577. allstars.MouseButton1Click:connect(function()
  578.     musbox.Text = "1321997558"
  579. end)
  580. bills.MouseButton1Click:connect(function()
  581.     musbox.Text = "1722896592"
  582. end)
  583. believer.MouseButton1Click:connect(function()
  584.     musbox.Text = "929045539"
  585. end)
  586. apart.MouseButton1Click:connect(function()
  587.     musbox.Text = "1221694420"
  588. end)
  589. ghosts.MouseButton1Click:connect(function()
  590.     musbox.Text = "365812441"
  591. end)
  592. dont.MouseButton1Click:connect(function()
  593.     musbox.Text = "969135273"
  594. end)
  595.  
  596. hcolorbox.FocusLost:connect(function()
  597.     hbody.BrickColor = BrickColor.new(hcolorbox.Text)
  598.     rukl.BrickColor = BrickColor.new(hcolorbox.Text)
  599.     rukr.BrickColor = BrickColor.new(hcolorbox.Text)
  600.     hpantl.BrickColor = BrickColor.new(hcolorbox.Text)
  601.     hpantr.BrickColor = BrickColor.new(hcolorbox.Text)
  602.     if hcolorbox.Text == "Random" then
  603.     hbody.BrickColor = BrickColor.Random()
  604.     rukl.BrickColor = BrickColor.Random()
  605.     rukr.BrickColor = BrickColor.Random()
  606.     hpantl.BrickColor = BrickColor.Random()
  607.     hpantr.BrickColor = BrickColor.Random()
  608.     end
  609.     if hcolorbox.Text == "Reset" then
  610.     hbody.Color = Color3.fromRGB(200,200,200)
  611.     rukl.Color = Color3.fromRGB(200,200,200)
  612.     rukr.Color = Color3.fromRGB(200,200,200)
  613.     hpantl.Color = Color3.fromRGB(200,200,200)
  614.     hpantr.Color = Color3.fromRGB(200,200,200)
  615.     end
  616. end)
  617. hmaterialbox.FocusLost:connect(function()
  618.     if hmaterialbox.Text == "Reset" then
  619.     hbody.Material = "SmoothPlastic"
  620.     rukl.Material = "SmoothPlastic"
  621.     rukr.Material = "SmoothPlastic"
  622.     hpantl.Material = "SmoothPlastic"
  623.     hpantr.Material = "SmoothPlastic"
  624.     end
  625.     hbody.Material = hmaterialbox.Text
  626.     rukl.Material = hmaterialbox.Text
  627.     rukr.Material = hmaterialbox.Text
  628.     hpantl.Material = hmaterialbox.Text
  629.     hpantr.Material = hmaterialbox.Text
  630. end)
  631. pcolorbox.FocusLost:connect(function()
  632.     pantl.BrickColor = BrickColor.new(pcolorbox.Text)
  633.     pantr.BrickColor = BrickColor.new(pcolorbox.Text)
  634.     if pcolorbox.Text == "Random" then
  635.     pantl.BrickColor = BrickColor.Random()
  636.     pantr.BrickColor = BrickColor.Random()
  637.     end
  638.     if pcolorbox.Text == "Reset" then
  639.     pantl.BrickColor = BrickColor.new("Really black")
  640.     pantr.BrickColor = BrickColor.new("Really black")
  641.     end
  642. end)
  643. pmaterialbox.FocusLost:connect(function()
  644.     if pmaterialbox.Text == "Reset" then
  645.     pantl.Material = "SmoothPlastic"
  646.     pantr.Material = "SmoothPlastic"
  647.     end
  648.     pantl.Material = pmaterialbox.Text
  649.     pantr.Material = pmaterialbox.Text
  650. end)
  651. scolorbox.FocusLost:connect(function()
  652.     crocl.BrickColor = BrickColor.new(scolorbox.Text)
  653.     crocr.BrickColor = BrickColor.new(scolorbox.Text)
  654.     if scolorbox.Text == "Random" then
  655.     crocl.BrickColor = BrickColor.Random()
  656.     crocr.BrickColor = BrickColor.Random()
  657.     end
  658.     if scolorbox.Text == "Reset" then
  659.     crocl.Color = Color3.fromRGB(30,30,60)
  660.     crocr.Color = Color3.fromRGB(30,30,60)
  661.     end
  662. end)
  663. smaterialbox.FocusLost:connect(function()
  664.     if smaterialbox.Text == "Reset" then
  665.     crocl.Material = "SmoothPlastic"
  666.     crocr.Material = "SmoothPlastic"
  667.     end
  668.     crocl.Material = smaterialbox.Text
  669.     crocr.Material = smaterialbox.Text
  670. end)
  671. reset.MouseButton1Click:connect(function()
  672.     hbody.Color = Color3.fromRGB(200,200,200)
  673.     rukl.Color = Color3.fromRGB(200,200,200)
  674.     rukr.Color = Color3.fromRGB(200,200,200)
  675.     hpantl.Color = Color3.fromRGB(200,200,200)
  676.     hpantr.Color = Color3.fromRGB(200,200,200)
  677.     hbody.Material = "SmoothPlastic"
  678.     rukl.Material = "SmoothPlastic"
  679.     rukr.Material = "SmoothPlastic"
  680.     hpantl.Material = "SmoothPlastic"
  681.     hpantr.Material = "SmoothPlastic"
  682. end)
  683. reset1.MouseButton1Click:connect(function()
  684.     pantl.BrickColor = BrickColor.new("Really black")
  685.     pantr.BrickColor = BrickColor.new("Really black")
  686.     pantl.Material = "SmoothPlastic"
  687.     pantr.Material = "SmoothPlastic"
  688. end)
  689. reset2.MouseButton1Click:connect(function()
  690.     crocl.Color = Color3.fromRGB(30,30,60)
  691.     crocr.Color = Color3.fromRGB(30,30,60)
  692.     crocl.Material = "SmoothPlastic"
  693.     crocr.Material = "SmoothPlastic"
  694. end)
  695. reseta.MouseButton1Click:connect(function()
  696.     hbody.Color = Color3.fromRGB(200,200,200)
  697.     rukl.Color = Color3.fromRGB(200,200,200)
  698.     rukr.Color = Color3.fromRGB(200,200,200)
  699.     hpantl.Color = Color3.fromRGB(200,200,200)
  700.     hpantr.Color = Color3.fromRGB(200,200,200)
  701.     hbody.Material = "SmoothPlastic"
  702.     rukl.Material = "SmoothPlastic"
  703.     rukr.Material = "SmoothPlastic"
  704.     hpantl.Material = "SmoothPlastic"
  705.     hpantr.Material = "SmoothPlastic"
  706.     pantl.BrickColor = BrickColor.new("Really black")
  707.     pantr.BrickColor = BrickColor.new("Really black")
  708.     pantl.Material = "SmoothPlastic"
  709.     pantr.Material = "SmoothPlastic"
  710.     crocl.Color = Color3.fromRGB(30,30,60)
  711.     crocr.Color = Color3.fromRGB(30,30,60)
  712.     crocl.Material = "SmoothPlastic"
  713.     crocr.Material = "SmoothPlastic"
  714. end)
  715.  
  716.  
  717.  
  718. min.MouseButton1Click:connect(function()
  719.     min1.Position = UDim2.new(-.1,0,.8,0)
  720.     fre.Position = UDim2.new(1,0,.7,0)
  721.     outf.Position = UDim2.new(0,0,0,0)
  722. end)
  723. min1.MouseButton1Click:connect(function()
  724.     min1.Position = UDim2.new(.9,0,1,0)
  725.     fre.Position = UDim2.new(.7,0,.7,0)
  726.     outf.Position = UDim2.new(-.7,0,1,0)
  727. end)
  728.  
  729. outfits.MouseButton1Click:connect(function()
  730.     outf.Position = UDim2.new(-.7,0,0,0)
  731.     outfits.Position = UDim2.new(1,0,.2,0)
  732.     outfits1.Position = UDim2.new(.9,0,.2,0)
  733. end)
  734. outfits1.MouseButton1Click:connect(function()
  735.     outf.Position = UDim2.new(-.7,0,1,0)
  736.     outfits.Position = UDim2.new(.9,0,.2,0)
  737.     outfits1.Position = UDim2.new(1,0,.2,0)
  738. end)
  739. while wait(.05) do
  740.     handl.Color = la.Color
  741.     handr.Color = ra.Color
  742. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement