Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local CoreGui = game:GetService("CoreGui")
- CoreGui:WaitForChild("RobloxPromptGui", math.huge):Destroy()
- game.Lighting.ChildAdded:Connect(function(child)
- if child:IsA("BlurEffect") then
- child:Destroy()
- end
- end)
- game:GetService("GuiService"):ClearError()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement