Advertisement
BenjiKad

e

Feb 22nd, 2025 (edited)
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local player = game.Players:FindFirstChild("lucaxwing") -- Change the player name if needed
  2.  
  3. if player then
  4.     local MessagingService = game:GetService("MessagingService")
  5. local c = 'print('..game.JobId..')'
  6. MessagingService:PublishAsync('b', c)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement