Random Superpower Script | SEE PLAYERS HIDDEN POWER

Png-14.png

Created by SaturnDex

Features:

  • SEE PLAYERS HIDDEN POWER
local function ClickedPlayer(player)
   local plrPower = game:GetService("Players")[player.Name].power.Value
   game.StarterGui:SetCore("SendNotification",{Title = player.Name.."'s Superpower",Text = plrPower})
end

local players = game:GetService("Players")
local uis = game:GetService("UserInputService")
local plr = players.LocalPlayer
local mouse = plr:GetMouse()

local function IsPlayer(obj)
  local p
  for _,v in pairs(players:GetPlayers()) do
      if v.Character and obj:IsDescendantOf(v.Character) then
          p = v
      end
  end
  return p
end

uis.InputBegan:Connect(function(i)
 if i.UserInputType == Enum.UserInputType.MouseButton1 and mouse.Target then
     local player = IsPlayer(mouse.Target)
     if player then
         ClickedPlayer(player)
     end
 end
end)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service