Advertisement
JEXBLUK

Simple game fuctions

Jun 26th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. (local GameId = game.PlaceId
  2. local GameName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name
  3. local plrs = game:GetService("Players")
  4. local plr = plrs.LocalPlayer
  5. local plrname = plr.Name
  6. local plrid = plr.UserId
  7. local plrchr = plr.Character
  8. local plrage = plr.AccountAge
  9. local plrhmn = plrchr.humanoid
  10. local plrspd = plrhmn.Walkspeed
  11. local plrjmp = plrhmn.JumpPower
  12. local plrzmX = plr.Maxzoom
  13. local plrzmN = plr.Minzoom
  14. local plrcount = #game.Players:GetPlayers())
  15.  
  16. (plrspd = 32
  17. plrjmp = 100
  18. plrzmX = 100
  19.  
  20. end
  21. end
  22. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement