O2BITOg

Can't say words but not anymore

Nov 5th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local lp = game:GetService("Players").LocalPlayer
  2. lp.PlayerGui.DetectLetter:Destroy()
  3. lp.CharacterAdded:Connect(function()
  4.     lp.PlayerGui:WaitForChild("DetectLetter"):Destroy()
  5. end)
Add Comment
Please, Sign In to add comment