script.Parent.Touched:connect(function(part) if part.Parent and Game:GetService('Players'):GetPlayerFromCharacter(part.Parent) then local player = Game:GetService('Players'):GetPlayerFromCharacter(part.Parent) print (player) if player:GetRankInGroup(3193777) >= 3 then script.Parent.Decal.Transparency = 0 script.Parent.Transparency = 1 script.Parent.CanCollide = false game.Lighting.VerifiedGUI:Clone().Parent = game.Players.player.PlayerGui wait(0.8) script.Parent.Decal.Transparency = 1 script.Parent.Transparency = 1 script.Parent.CanCollide = true end end end)
That is the full script. VerifiedGUI is in lighting.