Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = game.Players.LocalPlayer
- PlrStats = Player.PlayerGui.PlrStats
- while true do
- wait(1)
- PR = PlrStats.Frame.PlrName.Text
- WP = workspace:FindFirstChild(PR)
- S1 = WP:FindFirstChild("SuperFlyGoldBoombox")
- S2 = S1.Handle.Sound.SoundId
- R = PlrStats.Frame.RAP
- if S1 ~= nil then
- R.Text = ("Music Id: " .. S2)
- else
- wait(1)
- end
- end
Add Comment
Please, Sign In to add comment