Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
- local Player,game,owner = owner,game
- local RealPlayer = Player
- do
- print("FE Compatibility code by Mokiros")
- local rp = RealPlayer
- script.Parent = rp.Character
- --RemoteEvent for communicating
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput_Event"
- --Fake event to make stuff like Mouse.KeyDown work
- local function fakeEvent()
- local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
- t.connect = t.Connect
- return t
- end
- --Creating fake input objects with fake variables
- local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
- local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
- local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
- CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
- end}
- --Merged 2 functions into one by checking amount of arguments
- CAS.UnbindAction = CAS.BindAction
- --This function will trigger the events that have been :Connect()'ed
- local function te(self,ev,...)
- local t = m[ev]
- if t and t._fakeEvent then
- for _,f in pairs(t.Functions) do
- f(...)
- end
- end
- end
- m.TrigEvent = te
- UIS.TrigEvent = te
- Event.OnServerEvent:Connect(function(plr,io)
- if plr~=rp then return end
- m.Target = io.Target
- m.Hit = io.Hit
- if not io.isMouse then
- local b = io.UserInputState == Enum.UserInputState.Begin
- if io.UserInputType == Enum.UserInputType.MouseButton1 then
- return m:TrigEvent(b and "Button1Down" or "Button1Up")
- end
- for _,t in pairs(CAS.Actions) do
- for _,k in pairs(t.Keys) do
- if k==io.KeyCode then
- t.Function(t.Name,io.UserInputState,io)
- end
- end
- end
- m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
- UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
- end
- end)
- Event.Parent = NLS([==[
- local Player = game:GetService("Players").LocalPlayer
- local Event = script:WaitForChild("UserInput_Event")
- local Mouse = Player:GetMouse()
- local UIS = game:GetService("UserInputService")
- local input = function(io,a)
- if a then return end
- --Since InputObject is a client-side instance, we create and pass table instead
- Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
- end
- UIS.InputBegan:Connect(input)
- UIS.InputEnded:Connect(input)
- local h,t
- --Give the server mouse data 30 times every second, but only if the values changed
- --If player is not moving their mouse, client won't fire events
- while wait(1/30) do
- if h~=Mouse.Hit or t~=Mouse.Target then
- h,t=Mouse.Hit,Mouse.Target
- Event:FireServer({isMouse=true,Target=t,Hit=h})
- end
- end]==],Player.Character)
- ----Sandboxed game object that allows the usage of client-side methods and services
- --Real game object
- local _rg = game
- --Metatable for fake service
- local fsmt = {
- __index = function(self,k)
- local s = rawget(self,"_RealService")
- if s then return s[k] end
- end,
- __newindex = function(self,k,v)
- local s = rawget(self,"_RealService")
- if s then s[k]=v end
- end,
- __call = function(self,...)
- local s = rawget(self,"_RealService")
- if s then return s(...) end
- end
- }
- local function FakeService(t,RealService)
- t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
- return setmetatable(t,fsmt)
- end
- --Fake game object
- local g = {
- GetService = function(self,s)
- return self[s]
- end,
- Players = FakeService({
- LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
- },"Players"),
- UserInputService = FakeService(UIS,"UserInputService"),
- ContextActionService = FakeService(CAS,"ContextActionService"),
- }
- rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
- g.service = g.GetService
- g.RunService = FakeService({
- RenderStepped = _rg:GetService("RunService").Heartbeat,
- BindToRenderStep = function(self,name,_,fun)
- self._btrs[name] = self.Heartbeat:Connect(fun)
- end,
- UnbindFromRenderStep = function(self,name)
- self._btrs[name]:Disconnect()
- end,
- },"RunService")
- setmetatable(g,{
- __index=function(self,s)
- return _rg:GetService(s) or typeof(_rg[s])=="function"
- and function(_,...)return _rg[s](_rg,...)end or _rg[s]
- end,
- __newindex = fsmt.__newindex,
- __call = fsmt.__call
- })
- --Changing owner to fake player object to support owner:GetMouse()
- game,owner = g,g.Players.LocalPlayer
- end
- --Clothing Script By vlad20020--
- local plr = game:GetService("Players").LocalPlayer
- local plrg = plr.PlayerGui
- local char = plr.Character
- local h = char.Head
- local t = char.Torso
- local ra = char["Right Arm"]
- local la = char["Left Arm"]
- local rl = char["Right Leg"]
- local ll = char["Left Leg"]
- mouse = plr:GetMouse()
- hum = char.Humanoid
- local hum = char.Humanoid
- hum.MaxHealth = "inf" hum.Health = "inf"
- t.Transparency = 1
- ra.Transparency = 1
- la.Transparency = 1
- rl.Transparency = 1
- ll.Transparency = 1
- local ff = Instance.new("ForceField",char) ff.Visible = false
- local crocr = Instance.new("Part",char) crocr.Size = Vector3.new(1.05,.6,1.05)
- crocr.CanCollide = false crocr.Color = Color3.fromRGB(30,30,60)
- crocr.Material = "SmoothPlastic" local crw = Instance.new("Weld",crocr)
- crw.Part0 = rl crw.Part1 = crocr crw.C0 = crw.C0 * CFrame.new(0,-.705,0)
- local crocl = Instance.new("Part",char) crocl.Size = Vector3.new(1.05,.6,1.05)
- crocl.Color = Color3.fromRGB(30,30,60) crocl.CanCollide = false
- crocl.Material = "SmoothPlastic" local clw = Instance.new("Weld",crocl)
- clw.Part0 = ll clw.Part1 = crocl clw.C0 = clw.C0 * CFrame.new(0,-.705,0)
- local pantr = Instance.new("Part",char) pantr.Size = Vector3.new(1.05,1.1,1.05)
- pantr.Color = Color3.fromRGB(0,0,0) pantr.CanCollide = false pantr.Material = "SmoothPlastic"
- local prw = Instance.new("Weld",rl) prw.Part0 = rl prw.Part1 = pantr prw.C0 = prw.C0 * CFrame.new(0,.14,0)
- local pantl = Instance.new("Part",char) pantl.Size = Vector3.new(1.05,1.1,1.05)
- pantl.Color = Color3.fromRGB(0,0,0) pantl.CanCollide = false pantl.Material = "SmoothPlastic"
- local plw = Instance.new("Weld",ll) plw.Part0 = ll plw.Part1 = pantl plw.C0 = plw.C0 * CFrame.new(0,.14,0)
- local hpantr = Instance.new("Part",char) hpantr.Size = Vector3.new(1.05,.32,1.05) hpantr.Color = Color3.fromRGB(200,200,200)
- hpantr.Material = "SmoothPlastic" hpantr.CanCollide = false local hpr = Instance.new("Weld",rl) hpr.Part0 = rl hpr.Part1 = hpantr
- hpr.C0 = hpr.C0 * CFrame.new(0,.85,0)
- local hpantl = Instance.new("Part",char) hpantl.Size = Vector3.new(1.05,.32,1.05) hpantl.Color = Color3.fromRGB(200,200,200)
- hpantl.Material = "SmoothPlastic" hpantl.CanCollide = false local hpl = Instance.new("Weld",ll) hpl.Part0 = ll hpl.Part1 = hpantl
- hpl.C0 = hpl.C0 * CFrame.new(0,.85,0)
- 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
- 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)
- 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)
- 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)
- 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)
- local hmeshr = Instance.new("BlockMesh",handr)
- local hmeshl = Instance.new("BlockMesh",handl)
- local rmeshr = Instance.new("BlockMesh",rukr)
- local rmeshl = Instance.new("BlockMesh",rukl)
- local hpmeshr = Instance.new("BlockMesh",hpantr)
- local hpmeshl = Instance.new("BlockMesh",hpantl)
- local pmeshr = Instance.new("BlockMesh",pantr)
- local pmeshl = Instance.new("BlockMesh",pantl)
- local scg = Instance.new("ScreenGui",plrg)
- 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
- 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"
- 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
- 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"
- 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
- 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
- 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"
- 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"
- 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
- 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"
- 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)
- 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"
- 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
- 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
- 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 "
- 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"
- 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"
- local mus = Instance.new("Sound",t) mus.Volume = 1 mus.Looped = true
- 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"
- 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)
- 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)
- 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"
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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"
- 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)
- 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)
- 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)
- style1.MouseButton1Click:connect(function()
- hmeshr.Offset = Vector3.new(0,0,0) hmeshr.Scale = Vector3.new(1,1,1)
- hmeshl.Offset = Vector3.new(0,0,0) hmeshl.Scale = Vector3.new(1,1,1)
- rmeshr.Offset = Vector3.new(0,0,0) rmeshr.Scale = Vector3.new(1,1,1)
- rmeshl.Offset = Vector3.new(0,0,0) rmeshl.Scale = Vector3.new(1,1,1)
- hpmeshr.Offset = Vector3.new(0,0,0) hpmeshr.Scale = Vector3.new(1,1,1)
- hpmeshl.Offset = Vector3.new(0,0,0) hpmeshl.Scale = Vector3.new(1,1,1)
- pmeshr.Offset = Vector3.new(0,0,0) pmeshr.Scale = Vector3.new(1,1,1)
- pmeshl.Offset = Vector3.new(0,0,0) pmeshl.Scale = Vector3.new(1,1,1)
- end)
- style2.MouseButton1Click:connect(function()
- rmeshl.Scale = Vector3.new(1,.3,1)
- rmeshr.Scale = Vector3.new(1,.3,1)
- rmeshl.Offset = Vector3.new(0,.63,0)
- rmeshr.Offset = Vector3.new(0,.63,0)
- hmeshl.Scale = Vector3.new(1,7.1,1)
- hmeshr.Scale = Vector3.new(1,7.1,1)
- hmeshl.Offset = Vector3.new(0,.63,0)
- hmeshr.Offset = Vector3.new(0,.63,0)
- hpmeshr.Offset = Vector3.new(0,0,0) hpmeshr.Scale = Vector3.new(1,1,1)
- hpmeshl.Offset = Vector3.new(0,0,0) hpmeshl.Scale = Vector3.new(1,1,1)
- pmeshr.Offset = Vector3.new(0,0,0) pmeshr.Scale = Vector3.new(1,1,1)
- pmeshl.Offset = Vector3.new(0,0,0) pmeshl.Scale = Vector3.new(1,1,1)
- end)
- style3.MouseButton1Click:connect(function()
- hpmeshl.Scale = Vector3.new(1.05,3.1,-.53)
- hpmeshr.Scale = Vector3.new(1.05,3.1,-.53)
- hpmeshl.Offset = Vector3.new(0,-.363,.25)
- hpmeshr.Offset = Vector3.new(0,-.363,.25)
- pmeshl.Scale = Vector3.new(1,1.25,1)
- pmeshr.Scale = Vector3.new(1,1.25,1)
- pmeshl.Offset = Vector3.new(0,.14,0)
- pmeshr.Offset = Vector3.new(0,.14,0)
- rmeshr.Offset = Vector3.new(0,0,0) rmeshr.Scale = Vector3.new(1,1,1)
- rmeshl.Offset = Vector3.new(0,0,0) rmeshl.Scale = Vector3.new(1,1,1)
- hmeshr.Offset = Vector3.new(0,0,0) hmeshr.Scale = Vector3.new(1,1,1)
- hmeshl.Offset = Vector3.new(0,0,0) hmeshl.Scale = Vector3.new(1,1,1)
- end)
- bb = Instance.new("BillboardGui",char)
- bb.AlwaysOnTop = false
- bb.Size = UDim2.new(5,35,2,15)
- bb.StudsOffset = Vector3.new(0,2,0)
- bb.MaxDistance = 75
- bb.Adornee = h
- bb.Name = "Name"
- label = Instance.new("TextLabel",bb)
- label.BackgroundTransparency = 1
- label.TextScaled = true
- label.BorderSizePixel = 0
- label.Text = ""
- label.Font = "Cartoon"
- label.TextSize = 20
- label.TextStrokeTransparency = 0
- label.TextColor3 = Color3.new(1,1,1)
- label.TextStrokeColor3 = Color3.fromRGB(255,150,0)
- label.Size = UDim2.new(1,0,0.5,0)
- label.Parent = bb
- plr.Chatted:connect(function(msg)
- label.Text = msg
- wait(3)
- if label.Text == msg then
- label.Text = ""
- end
- end)
- bb1 = Instance.new("BillboardGui",char)
- bb1.AlwaysOnTop = false
- bb1.Size = UDim2.new(5,35,2,15)
- bb1.StudsOffset = Vector3.new(0,1,0)
- bb1.MaxDistance = 75
- bb1.Adornee = h
- bb1.Name = "Name"
- label1 = Instance.new("TextLabel",bb)
- label1.BackgroundTransparency = 1
- label1.TextScaled = true
- label1.BorderSizePixel = 0
- label1.Visible = false
- label1.Text = ""..char.Name
- label1.Font = "Cartoon"
- label1.TextSize = 20
- label1.TextStrokeTransparency = 0
- label1.TextColor3 = Color3.new(1,1,1)
- label1.TextStrokeColor3 = Color3.fromRGB(255,150,0)
- label1.Size = UDim2.new(1,0,0.5,0)
- label1.Parent = bb1
- enb.MouseButton1Click:connect(function()
- label1.Visible = true
- enb.Position = UDim2.new(0,0,1,0)
- dis.Position = UDim2.new(0,0,.596,0)
- end)
- dis.MouseButton1Click:connect(function()
- label1.Visible = false
- enb.Position = UDim2.new(0,0,.596,0)
- dis.Position = UDim2.new(0,0,1,0)
- end)
- 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
- 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
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- cwm.MouseButton1Click:connect(function()
- hbody.BrickColor = BrickColor.new("Crimson")
- rukl.BrickColor = BrickColor.new("Crimson")
- rukr.BrickColor = BrickColor.new("Crimson")
- hpantl.BrickColor = BrickColor.new("Crimson")
- hpantr.BrickColor = BrickColor.new("Crimson")
- pantl.BrickColor = BrickColor.new("White")
- pantr.BrickColor = BrickColor.new("White")
- crocl.BrickColor = BrickColor.new("Maroon")
- crocr.BrickColor = BrickColor.new("Maroon")
- end)
- twc.MouseButton1Click:connect(function()
- hbody.BrickColor = BrickColor.new("Toothpaste")
- rukl.BrickColor = BrickColor.new("Toothpaste")
- rukr.BrickColor = BrickColor.new("Toothpaste")
- hpantl.BrickColor = BrickColor.new("Toothpaste")
- hpantr.BrickColor = BrickColor.new("Toothpaste")
- pantl.BrickColor = BrickColor.new("White")
- pantr.BrickColor = BrickColor.new("White")
- crocl.BrickColor = BrickColor.new("Cyan")
- crocr.BrickColor = BrickColor.new("Cyan")
- end)
- owo.MouseButton1Click:connect(function()
- hbody.BrickColor = BrickColor.new("Deep orange")
- rukl.BrickColor = BrickColor.new("Deep orange")
- rukr.BrickColor = BrickColor.new("Deep orange")
- hpantl.BrickColor = BrickColor.new("Deep orange")
- hpantr.BrickColor = BrickColor.new("Deep orange")
- pantl.BrickColor = BrickColor.new("White")
- pantr.BrickColor = BrickColor.new("White")
- crocl.BrickColor = BrickColor.new("Dark orange")
- crocr.BrickColor = BrickColor.new("Dark orange")
- end)
- gwg.MouseButton1Click:connect(function()
- hbody.BrickColor = BrickColor.new("Lime green")
- rukl.BrickColor = BrickColor.new("Lime green")
- rukr.BrickColor = BrickColor.new("Lime green")
- hpantl.BrickColor = BrickColor.new("Lime green")
- hpantr.BrickColor = BrickColor.new("Lime green")
- pantl.BrickColor = BrickColor.new("White")
- pantr.BrickColor = BrickColor.new("White")
- crocl.BrickColor = BrickColor.new("Dark green")
- crocr.BrickColor = BrickColor.new("Dark green")
- end)
- bkb.MouseButton1Click:connect(function()
- hbody.BrickColor = BrickColor.new("Black")
- rukl.BrickColor = BrickColor.new("Black")
- rukr.BrickColor = BrickColor.new("Black")
- hpantl.BrickColor = BrickColor.new("Black")
- hpantr.BrickColor = BrickColor.new("Black")
- pantl.BrickColor = BrickColor.new("Khaki")
- pantr.BrickColor = BrickColor.new("Khaki")
- crocl.BrickColor = BrickColor.new("Black")
- crocr.BrickColor = BrickColor.new("Black")
- end)
- blac.MouseButton1Click:connect(function()
- hbody.BrickColor = BrickColor.new("Black")
- rukl.BrickColor = BrickColor.new("Black")
- rukr.BrickColor = BrickColor.new("Black")
- hpantl.BrickColor = BrickColor.new("Black")
- hpantr.BrickColor = BrickColor.new("Black")
- pantl.BrickColor = BrickColor.new("Really black")
- pantr.BrickColor = BrickColor.new("Really black")
- crocl.BrickColor = BrickColor.new("Black")
- crocr.BrickColor = BrickColor.new("Black")
- end)
- colr3.MouseButton1Click:connect(function()
- brickc.BackgroundColor3 = Color3.new(1,0,0)
- colr3.BackgroundColor3 = Color3.new(0,1,0)
- hcolorbox.Position = UDim2.new(0,0,1,0)
- hcolorbox1.Position = UDim2.new(0,0,.2,0)
- hcolorbox2.Position = UDim2.new(.1,0,.2,0)
- hcolorbox3.Position = UDim2.new(.2,0,.2,0)
- pcolorbox1.Position = UDim2.new(.3,0,.2,0)
- pcolorbox2.Position = UDim2.new(.4,0,.2,0)
- pcolorbox3.Position = UDim2.new(.5,0,.2,0)
- scolorbox1.Position = UDim2.new(.604,0,.2,0)
- scolorbox2.Position = UDim2.new(.704,0,.2,0)
- scolorbox3.Position = UDim2.new(.8,0,.2,0)
- hcolorbox.Position = UDim2.new(0,0,1,0)
- pcolorbox.Position = UDim2.new(0,0,1,0)
- scolorbox.Position = UDim2.new(0,0,1,0)
- end)
- brickc.MouseButton1Click:connect(function()
- brickc.BackgroundColor3 = Color3.new(0,1,0)
- colr3.BackgroundColor3 = Color3.new(1,0,0)
- hcolorbox.Position = UDim2.new(0,0,1,0)
- hcolorbox1.Position = UDim2.new(0,0,1,0)
- hcolorbox2.Position = UDim2.new(0,0,1,0)
- hcolorbox3.Position = UDim2.new(0,0,1,0)
- pcolorbox1.Position = UDim2.new(0,0,1,0)
- pcolorbox2.Position = UDim2.new(0,0,1,0)
- pcolorbox3.Position = UDim2.new(0,0,1,0)
- scolorbox1.Position = UDim2.new(0,0,1,0)
- scolorbox2.Position = UDim2.new(0,0,1,0)
- scolorbox3.Position = UDim2.new(0,0,1,0)
- hcolorbox.Position = UDim2.new(0,0,.2,0)
- pcolorbox.Position = UDim2.new(.3,0,.2,0)
- scolorbox.Position = UDim2.new(.6,0,.2,0)
- end)
- hcolorbox1.FocusLost:connect(function()
- hbody.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- rukl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- rukr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- hpantl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- hpantr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- end)
- hcolorbox2.FocusLost:connect(function()
- hbody.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- rukl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- rukr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- hpantl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- hpantr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- end)
- hcolorbox3.FocusLost:connect(function()
- hbody.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- rukl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- rukr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- hpantl.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- hpantr.Color = Color3.fromRGB(hcolorbox1.Text,hcolorbox2.Text,hcolorbox3.Text)
- end)
- pcolorbox1.FocusLost:connect(function()
- pantl.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
- pantr.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
- end)
- pcolorbox2.FocusLost:connect(function()
- pantl.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
- pantr.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
- end)
- pcolorbox3.FocusLost:connect(function()
- pantl.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
- pantr.Color = Color3.fromRGB(pcolorbox1.Text,pcolorbox2.Text,pcolorbox3.Text)
- end)
- scolorbox1.FocusLost:connect(function()
- crocl.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
- crocr.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
- end)
- scolorbox2.FocusLost:connect(function()
- crocl.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
- crocr.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
- end)
- scolorbox3.FocusLost:connect(function()
- crocl.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
- crocr.Color = Color3.fromRGB(scolorbox1.Text,scolorbox2.Text,scolorbox3.Text)
- end)
- play.MouseButton1Click:connect(function()
- mus.SoundId = "rbxassetid://"..musbox.Text
- mus:Play()
- end)
- pause.MouseButton1Click:connect(function()
- mus:Pause()
- end)
- plus.MouseButton1Click:connect(function()
- mus.Volume = mus.Volume +1
- volume.Text = mus.Volume
- end)
- minus.MouseButton1Click:connect(function()
- mus.Volume = mus.Volume -1
- volume.Text = mus.Volume
- end)
- songlist.MouseButton1Click:connect(function()
- sfre.Position = UDim2.new(0,0,-1.2,0)
- songlist.Position = UDim2.new(1,0,-.2,0)
- closesonglist.Position = UDim2.new(.9,0,-.2,0)
- end)
- closesonglist.MouseButton1Click:connect(function()
- sfre.Position = UDim2.new(1,0,-1.2,0)
- songlist.Position = UDim2.new(.9,0,-.2,0)
- closesonglist.Position = UDim2.new(1,0,-.2,0)
- end)
- rockstar.MouseButton1Click:connect(function()
- musbox.Text = "1054415887"
- end)
- whole.MouseButton1Click:connect(function()
- musbox.Text = "908199689"
- end)
- cacao.MouseButton1Click:connect(function()
- musbox.Text = "530579604"
- end)
- bendypuffs.MouseButton1Click:connect(function()
- musbox.Text = "1116320077"
- end)
- allstars.MouseButton1Click:connect(function()
- musbox.Text = "1321997558"
- end)
- bills.MouseButton1Click:connect(function()
- musbox.Text = "1722896592"
- end)
- believer.MouseButton1Click:connect(function()
- musbox.Text = "929045539"
- end)
- apart.MouseButton1Click:connect(function()
- musbox.Text = "1221694420"
- end)
- ghosts.MouseButton1Click:connect(function()
- musbox.Text = "365812441"
- end)
- dont.MouseButton1Click:connect(function()
- musbox.Text = "969135273"
- end)
- hcolorbox.FocusLost:connect(function()
- hbody.BrickColor = BrickColor.new(hcolorbox.Text)
- rukl.BrickColor = BrickColor.new(hcolorbox.Text)
- rukr.BrickColor = BrickColor.new(hcolorbox.Text)
- hpantl.BrickColor = BrickColor.new(hcolorbox.Text)
- hpantr.BrickColor = BrickColor.new(hcolorbox.Text)
- if hcolorbox.Text == "Random" then
- hbody.BrickColor = BrickColor.Random()
- rukl.BrickColor = BrickColor.Random()
- rukr.BrickColor = BrickColor.Random()
- hpantl.BrickColor = BrickColor.Random()
- hpantr.BrickColor = BrickColor.Random()
- end
- if hcolorbox.Text == "Reset" then
- hbody.Color = Color3.fromRGB(200,200,200)
- rukl.Color = Color3.fromRGB(200,200,200)
- rukr.Color = Color3.fromRGB(200,200,200)
- hpantl.Color = Color3.fromRGB(200,200,200)
- hpantr.Color = Color3.fromRGB(200,200,200)
- end
- end)
- hmaterialbox.FocusLost:connect(function()
- if hmaterialbox.Text == "Reset" then
- hbody.Material = "SmoothPlastic"
- rukl.Material = "SmoothPlastic"
- rukr.Material = "SmoothPlastic"
- hpantl.Material = "SmoothPlastic"
- hpantr.Material = "SmoothPlastic"
- end
- hbody.Material = hmaterialbox.Text
- rukl.Material = hmaterialbox.Text
- rukr.Material = hmaterialbox.Text
- hpantl.Material = hmaterialbox.Text
- hpantr.Material = hmaterialbox.Text
- end)
- pcolorbox.FocusLost:connect(function()
- pantl.BrickColor = BrickColor.new(pcolorbox.Text)
- pantr.BrickColor = BrickColor.new(pcolorbox.Text)
- if pcolorbox.Text == "Random" then
- pantl.BrickColor = BrickColor.Random()
- pantr.BrickColor = BrickColor.Random()
- end
- if pcolorbox.Text == "Reset" then
- pantl.BrickColor = BrickColor.new("Really black")
- pantr.BrickColor = BrickColor.new("Really black")
- end
- end)
- pmaterialbox.FocusLost:connect(function()
- if pmaterialbox.Text == "Reset" then
- pantl.Material = "SmoothPlastic"
- pantr.Material = "SmoothPlastic"
- end
- pantl.Material = pmaterialbox.Text
- pantr.Material = pmaterialbox.Text
- end)
- scolorbox.FocusLost:connect(function()
- crocl.BrickColor = BrickColor.new(scolorbox.Text)
- crocr.BrickColor = BrickColor.new(scolorbox.Text)
- if scolorbox.Text == "Random" then
- crocl.BrickColor = BrickColor.Random()
- crocr.BrickColor = BrickColor.Random()
- end
- if scolorbox.Text == "Reset" then
- crocl.Color = Color3.fromRGB(30,30,60)
- crocr.Color = Color3.fromRGB(30,30,60)
- end
- end)
- smaterialbox.FocusLost:connect(function()
- if smaterialbox.Text == "Reset" then
- crocl.Material = "SmoothPlastic"
- crocr.Material = "SmoothPlastic"
- end
- crocl.Material = smaterialbox.Text
- crocr.Material = smaterialbox.Text
- end)
- reset.MouseButton1Click:connect(function()
- hbody.Color = Color3.fromRGB(200,200,200)
- rukl.Color = Color3.fromRGB(200,200,200)
- rukr.Color = Color3.fromRGB(200,200,200)
- hpantl.Color = Color3.fromRGB(200,200,200)
- hpantr.Color = Color3.fromRGB(200,200,200)
- hbody.Material = "SmoothPlastic"
- rukl.Material = "SmoothPlastic"
- rukr.Material = "SmoothPlastic"
- hpantl.Material = "SmoothPlastic"
- hpantr.Material = "SmoothPlastic"
- end)
- reset1.MouseButton1Click:connect(function()
- pantl.BrickColor = BrickColor.new("Really black")
- pantr.BrickColor = BrickColor.new("Really black")
- pantl.Material = "SmoothPlastic"
- pantr.Material = "SmoothPlastic"
- end)
- reset2.MouseButton1Click:connect(function()
- crocl.Color = Color3.fromRGB(30,30,60)
- crocr.Color = Color3.fromRGB(30,30,60)
- crocl.Material = "SmoothPlastic"
- crocr.Material = "SmoothPlastic"
- end)
- reseta.MouseButton1Click:connect(function()
- hbody.Color = Color3.fromRGB(200,200,200)
- rukl.Color = Color3.fromRGB(200,200,200)
- rukr.Color = Color3.fromRGB(200,200,200)
- hpantl.Color = Color3.fromRGB(200,200,200)
- hpantr.Color = Color3.fromRGB(200,200,200)
- hbody.Material = "SmoothPlastic"
- rukl.Material = "SmoothPlastic"
- rukr.Material = "SmoothPlastic"
- hpantl.Material = "SmoothPlastic"
- hpantr.Material = "SmoothPlastic"
- pantl.BrickColor = BrickColor.new("Really black")
- pantr.BrickColor = BrickColor.new("Really black")
- pantl.Material = "SmoothPlastic"
- pantr.Material = "SmoothPlastic"
- crocl.Color = Color3.fromRGB(30,30,60)
- crocr.Color = Color3.fromRGB(30,30,60)
- crocl.Material = "SmoothPlastic"
- crocr.Material = "SmoothPlastic"
- end)
- min.MouseButton1Click:connect(function()
- min1.Position = UDim2.new(-.1,0,.8,0)
- fre.Position = UDim2.new(1,0,.7,0)
- outf.Position = UDim2.new(0,0,0,0)
- end)
- min1.MouseButton1Click:connect(function()
- min1.Position = UDim2.new(.9,0,1,0)
- fre.Position = UDim2.new(.7,0,.7,0)
- outf.Position = UDim2.new(-.7,0,1,0)
- end)
- outfits.MouseButton1Click:connect(function()
- outf.Position = UDim2.new(-.7,0,0,0)
- outfits.Position = UDim2.new(1,0,.2,0)
- outfits1.Position = UDim2.new(.9,0,.2,0)
- end)
- outfits1.MouseButton1Click:connect(function()
- outf.Position = UDim2.new(-.7,0,1,0)
- outfits.Position = UDim2.new(.9,0,.2,0)
- outfits1.Position = UDim2.new(1,0,.2,0)
- end)
- while wait(.05) do
- handl.Color = la.Color
- handr.Color = ra.Color
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement