Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- It's fine if you don't give me credits lmao🔥
- local Good = Color3.new(0, 255, 0)
- local Neutral = Color3.new(255, 255, 0)
- local Enemy = Color3.new(255, 0, 0)
- local UnIdentified = Color3.new(255, 255, 255)
- local highlight = Instance.new("Highlight")
- local highlight2 = Instance.new("Highlight")
- local highlight3 = Instance.new("Highlight")
- local Circle = workspace.School.NPCs:FindFirstChild("Miss Circle")
- local Bloomie = workspace.School.NPCs:FindFirstChild("Miss Bloomie")
- local Thavel = workspace.School.NPCs:FindFirstChild("Miss Thavel")
- if Circle and Bloomie and Thavel then
- highlight.Parent = Circle
- highlight2.Parent = Bloomie
- highlight3.Parent = Thavel
- end
- highlight.FillTransparency = 1
- highlight2.FillTransparency = 1
- highlight3.FillTransparency = 1
- highlight.OutlineColor = Enemy
- highlight2.OutlineColor = Enemy
- highlight3.OutlineColor = Enemy
- local Compass = workspace.School.NPCs:FindFirstChild("Mister Compass")
- local Fer = workspace.School.NPCs:FindFirstChild("Mister Ferrum")
- local Pin = workspace.School.NPCs:FindFirstChild("Mister Pin")
- local Grace = workspace.School.NPCs:FindFirstChild("Miss Grace")
- if Compass and Fer and Pin then
- local highlight4 = Instance.new("Highlight")
- local highlight5 = Instance.new("Highlight")
- local highlight6 = Instance.new("Highlight")
- highlight4.OutlineColor = Enemy
- highlight5.OutlineColor = Enemy
- highlight6.OutlineColor = Enemy
- highlight4.FillTransparency = 1
- highlight5.FillTransparency = 1
- highlight6.FillTransparency = 1
- highlight4.Parent = workspace.School.NPCs["Mister Compass"]
- highlight5.Parent = workspace.School.NPCs["Mister Ferrum"]
- highlight6.Parent = workspace.School.NPCs["Mister Pin"]
- end
- local PHighlight = Instance.new("Highlight")
- PHighlight.FillTransparency = 1
- PHighlight.OutlineColor = Neutral
- PHighlight.Parent = workspace.School.NPCs["Miss Grace"]
- local Chip = workspace.School.NPCs:FindFirstChild("Chip")
- if Chip then
- local highlightChip = Instance.new("Highlight")
- highlightChip.OutlineColor = Good
- highlightChip.FillTransparency = 1
- highlightChip.Parent = Chip
- end
- print("FPE - Da Fangame ESP NPCs Activated (give Credits to James_nest123 on Roblox)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement