Advertisement
_Thanh_Thy_Cute_

Project Star ITEM ESP

Sep 21st, 2021
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. _G.Enabled = true -- true/false
  2.  
  3. _G.Settings = {
  4. WhitelistedItems = {"Stand Arrow","Gleaming Stand Arrow", "Unusual Stand Arrow", "Rokakaka"};
  5. RefreshRate = 1; --How many seconds before it checks if there is a newly spawned item
  6. TextSize = 15; -- Determines the size of the esps font size
  7. TextColor = Color3.new(255,0,0); -- Changes the color of the text
  8. TextStrokeTransparency = 0; -- Adjusts how transparent the texts stroke is
  9. TextStrokeColor = Color3.new(0,0,0); -- color of the texts stroke
  10. }
  11.  
  12. loadstring(game:HttpGet(('https://raw.githubusercontent.com/dooory/rblx-scripts/main/PS-Item-ESP.lua')))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement