Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game:GetService("Players").LocalPlayer
- local BoomboxGearThree = Player.Character:FindFirstChildOfClass("Tool")
- local Sound = BoomboxGearThree:FindFirstChildWhichIsA("Sound", true)
- local Remote = BoomboxGearThree:FindFirstChildWhichIsA("RemoteEvent", true)
- local Hash = "hash goes here";
- Remote:FireServer("PlaySong", tostring("rbxassetid://rbxassetid://rbxassetid://0&hash=" .. Hash))
Add Comment
Please, Sign In to add comment