carlosname

Untitled

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