Advertisement
xxPH4NTOM

Untitled

Jun 22nd, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 KB | None | 0 0
  1. _G.UserId = "1594185520"
  2. _G.PlaceId = "2377868063" --[[
  3. ________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________]]--[[
  4. __// ROBLOX PLACE ID LIST //____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
  5. ________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________]]--[[
  6.  
  7.  
  8. Football Fusion: 3694166020
  9. RBWorld 3 Beta (Play now): 2623233695
  10.  
  11.  
  12. ________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________]]--[[
  13. __________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________--]]
  14.  
  15. local coreGui = game.CoreGui
  16. local frame = nil
  17. for i,v in pairs(coreGui:GetChildren()) do
  18. if v:FindFirstChild("Frame") then
  19. if v:FindFirstChild("Frame").Size == UDim2.new(0,400,0,260) then
  20. frame = v:FindFirstChild("Frame")
  21. end
  22. end
  23. end
  24.  
  25. wait()
  26. if not frame then while wait() do end end
  27. wait()
  28. warn("Loaded!")
  29.  
  30. local plrId = frame.UsernameBox
  31. local placeId = frame.PlaceIdBox
  32. local startBtn = frame.StartButton
  33.  
  34. frame.Parent.IgnoreGuiInset = true
  35. frame.ClipsDescendants = true
  36. frame.Visible = true
  37.  
  38. plrId.Text = _G.UserId
  39. placeId.Text = _G.PlaceId
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement