--https://github.com/Mokiros/roblox-FE-compatibility if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end local Player,Mouse,mouse,UserInputService,ContextActionService = owner local RealPlayer = Player do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end -- GPlayr by ModernLukest. Made for v3rmillion, , etc. -- Note that anyone can hear the music that you play. Just a clarification for what LocalScripts can do. local char = game.Players.LocalPlayer.Character -- CREATING BUTTONS, LABELS, FRAMES, ETC. local gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui) -- CoreGui is buggy, since GPlayr is designed for PlayerGuis, not CoreGuis. local openbtn = Instance.new("TextButton", gui) local closebtn = Instance.new("TextButton", gui) local openguibtn = Instance.new("TextButton", gui) local playmusicint = Instance.new("Frame", gui) local playmusicbtn = Instance.new("ImageButton", playmusicint) local stopmusicbtn = Instance.new("ImageButton", playmusicint) local musicidbox = Instance.new("TextBox", playmusicint) local credit = Instance.new("TextLabel", playmusicint) local title = Instance.new("TextLabel", playmusicint) -- SIZING -- openbtn.Size = UDim2.new(0, 100, 0, 50) closebtn.Size = UDim2.new(0, 100, 0, 50) openguibtn.Size = UDim2.new(0, 100, 0, 50) playmusicbtn.Size = UDim2.new(0, 50, 0, 50) stopmusicbtn.Size = UDim2.new(0, 57, 0, 57) musicidbox.Size = UDim2.new(0, 300, 0, 50) credit.Size = UDim2.new(0, 300, 0, 20) title.Size = UDim2.new(0, 300, 0, 30) playmusicint.Size = UDim2.new(0, 300, 0, 500) -- POSITIONING -- openbtn.Position = UDim2.new(0, 0, 0, 510) closebtn.Position = UDim2.new(0, 0, 0, 510) openguibtn.Position = UDim2.new(0, 0, 0, 590) playmusicbtn.Position = UDim2.new(0, 50, 0, 200) stopmusicbtn.Position = UDim2.new(0, 175, 0, 197) musicidbox.Position = UDim2.new(0, 0, 0, 100) credit.Position = UDim2.new(0, 0, 0, 470) title.Position = UDim2.new(0, 0, 0, 0) playmusicint.Position = UDim2.new(0, 200, 0, 100) -- SET TEXT -- title.Text = "GPlayr (BETA)" credit.Text = "GPlayr & radio scripting by Developer / ModernLukest" musicidbox.Text = "Enter Sound ID Here" openbtn.Text = "Take Out Radio" closebtn.Text = "Put Away Radio" openguibtn.Text = "Open/Close Music GUI" -- SET IMAGE IDS -- playmusicbtn.Image = "rbxassetid://499381047" stopmusicbtn.Image = "rbxassetid://499381006" -- BACKGROUND COLOR3 -- playmusicint.BackgroundColor3 = Color3.new(136, 136, 136) openbtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) closebtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) openguibtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) musicidbox.BackgroundColor3 = Color3.fromRGB(109, 109, 109) -- BACKGROUND TRANSPARENCY -- playmusicint.BackgroundTransparency = 0.9 playmusicbtn.BackgroundTransparency = 1 stopmusicbtn.BackgroundTransparency = 1 musicidbox.BackgroundTransparency = 0.43 credit.BackgroundTransparency = 1 title.BackgroundTransparency = 1 -- BORDER SIZE PIXEL -- musicidbox.BorderSizePixel = 0 openbtn.BorderSizePixel = 3 closebtn.BorderSizePixel = 3 openguibtn.BorderSizePixel = 3 -- FONTS -- musicidbox.Font = "SourceSansLight" credit.Font = "SourceSansLight" title.Font = "SourceSansLight" -- TEXT SCALED -- credit.TextScaled = true title.TextScaled = true -- TEXT WRAPPED -- musicidbox.TextWrapped = true credit.TextWrapped = true title.TextWrapped = true openguibtn.TextWrapped = true -- FONT SIZE -- musicidbox.FontSize = "Size28" -- ACTIVE -- playmusicint.Active = true -- DRAGGABLE -- playmusicint.Draggable = true -- GUI FUNCTIONS (MAIN) -- -- set up the stuff -- isGuiOpen = false closebtn.Visible = false playmusicint.Visible = false openguibtn.Visible = false openbtn.MouseButton1Click:connect(function() openbtn.Visible = false closebtn.Visible = true local radio = Instance.new("Part", char) radio.Name = "Radio" local mesh = Instance.new("FileMesh", radio) mesh.MeshId = "http://www.roblox.com/asset/?id=212302951" mesh.TextureId = "http://www.roblox.com/asset/?id=212303049" mesh.Scale = Vector3.new(4, 4, 4) mesh.VertexColor = Vector3.new(1, 1, 1) mesh.Offset = Vector3.new(0, 0, 0) local function weldBetween(a, b) local weld = Instance.new("ManualWeld") weld.Part0 = a weld.Part1 = b weld.C0 = CFrame.new() weld.C1 = b.CFrame:inverse() * a.CFrame weld.Parent = a return weld; end local hand = radio:clone() hand.Parent=char hand.CFrame=char:WaitForChild("Torso").CFrame*CFrame.new(Vector3.new(0,0,0.9))*CFrame.Angles(0,math.rad(180),math.rad(45)) weldBetween(char:WaitForChild("Torso"), hand) hand.CanCollide=true hand.Anchored=false sound = Instance.new("Sound", hand) -- we will now call the radio "hand" sound.Volume = 0.5 sound.Pitch = 1 openguibtn.Visible = true char:FindFirstChild("Radio"):Destroy() end) closebtn.MouseButton1Click:connect(function() openbtn.Visible = true closebtn.Visible = false openguibtn.Visible = false playmusicint.Visible = false isGuiOpen = false char:WaitForChild("Radio"):Destroy() end) playmusicbtn.MouseButton1Click:connect(function() sound:stop() wait(0.2) sound.SoundId = "rbxassetid://"..musicidbox.Text sound:play() end) stopmusicbtn.MouseButton1Click:connect(function() sound:stop() end) openguibtn.MouseButton1Click:connect(function() if isGuiOpen == false then isGuiOpen = true playmusicint.Visible = true else isGuiOpen = false playmusicint.Visible = false end end)