carlosname

Untitled

Apr 8th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. epitaphreload=false
  3. epitpah=false
  4. PRESAVEDHEALTH=100
  5. dimension=workspace
  6. mse = plr:GetMouse()
  7. sound = Instance.new("Sound", game.Workspace)
  8. Mouse.KeyDown:connect(function(k)
  9. k = k:lower()
  10.  
  11. if k=='t' and dimension==workspace then
  12. dimension=workspace.CurrentCamera
  13. game.Lighting.OutdoorAmbient=Color3.new(1,0,0)
  14. workspace.CurrentCamera.FieldOfView=180
  15. local Fake=Character:clone()
  16. Fake.Parent=workspace
  17. Character.Parent=workspace.CurrentCamera
  18. for _,v in pairs(Fake:GetChildren()) do
  19. if v:IsA('Part') then
  20. v.Anchored=true
  21. end
  22. end
  23. elseif k=='y' then
  24. CFuncs.Sound.Create("552513404",Head,1 ,1)
  25. end
  26. if dimension==workspace then
  27. if k=='f' and IsWearingArmor == false and Invisible == false and epitaphreload==false then
  28. if not epitpah then
  29. PRESAVEDHEALTH=Humanoid.Health
  30. epitpah=true
  31. end
  32. end
  33.  
  34. if epitpah then
  35. Effects.Sphere.Create(BrickColor.new("Really red"), Torso.CFrame, 1, 1, 1, 4, 4, 4, 0.1)
  36. Effects.Block.Create(BrickColor.new("Really red"), Character.Torso.CFrame, 1, 1, 1, 4, 4, 4, 0.1, 1)
  37. Humanoid.Health=PRESAVEDHEALTH
  38. end
Advertisement
Add Comment
Please, Sign In to add comment