AsukaOS

Bypass Audio Script (Roblox)

Oct 9th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local Player = game:GetService("Players").LocalPlayer
  2. local BoomboxGearThree = Player.Character:FindFirstChildOfClass("Tool")
  3. local Sound = BoomboxGearThree:FindFirstChildWhichIsA("Sound", true)
  4. local Remote = BoomboxGearThree:FindFirstChildWhichIsA("RemoteEvent", true)
  5.  
  6. local Hash = "hash goes here";
  7. Remote:FireServer("PlaySong", tostring("rbxassetid://rbxassetid://rbxassetid://0&hash=" .. Hash))
Add Comment
Please, Sign In to add comment