Advertisement
NiceBBMBThai

ลบ GUi Kick กับ Blur

Dec 19th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local CoreGui = game:GetService("CoreGui")
  2. CoreGui:WaitForChild("RobloxPromptGui", math.huge):Destroy()
  3. game.Lighting.ChildAdded:Connect(function(child)
  4. if child:IsA("BlurEffect") then
  5. child:Destroy()
  6. end
  7. end)
  8.  
  9. game:GetService("GuiService"):ClearError()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement