wait(0.2)
Player = game:GetService("Players").LocalPlayer
PlayerGui = Player.PlayerGui
Cam = workspace.CurrentCamera
Backpack = Player.Backpack
Character = Player.Character
Humanoid = Character.Humanoid
Mouse = Player:GetMouse()
RootPart = Character.HumanoidRootPart
Torso = Character.Torso
Head = Character.Head
RightArm = Character["Right Arm"]
LeftArm = Character["Left Arm"]
RightLeg = Character["Right Leg"]
LeftLeg = Character["Left Leg"]
RootJoint = RootPart.RootJoint
Neck = Torso.Neck
RightShoulder = Torso["Right Shoulder"]
LeftShoulder = Torso["Left Shoulder"]
RightHip = Torso["Right Hip"]
LeftHip = Torso["Left Hip"]
local LastBolt
local LightningBolts = {}
local GunPoint
IT = Instance.new
CF = CFrame.new
VT = Vector3.new
RAD = math.rad
C3 = Color3.new
UD2 = UDim2.new
BRICKC = BrickColor.new
ANGLES = CFrame.Angles
EULER = CFrame.fromEulerAnglesXYZ
COS = math.cos
ACOS = math.acos
SIN = math.sin
ASIN = math.asin
ABS = math.abs
MRANDOM = math.random
FLOOR = math.floor
function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
local NEWMESH = IT(MESH)
if MESH == "SpecialMesh" then
NEWMESH.MeshType = MESHTYPE
if MESHID ~= "nil" and MESHID ~= "" then
NEWMESH.MeshId = "http://www.roblox.com/asset/?id=" .. MESHID
end
if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
NEWMESH.TextureId = "http://www.roblox.com/asset/?id=" .. TEXTUREID
end
end
NEWMESH.Offset = OFFSET or VT(0, 0, 0)
NEWMESH.Scale = SCALE
NEWMESH.Parent = PARENT
return NEWMESH
end
function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
local NEWPART = IT("Part")
NEWPART.formFactor = FORMFACTOR
NEWPART.Reflectance = REFLECTANCE
NEWPART.Transparency = TRANSPARENCY
NEWPART.CanCollide = false
NEWPART.Locked = true
NEWPART.Anchored = true
if ANCHOR == false then
NEWPART.Anchored = false
end
NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
NEWPART.Name = NAME
NEWPART.Size = SIZE
NEWPART.Position = Torso.Position
NEWPART.Material = MATERIAL
NEWPART:BreakJoints()
NEWPART.Parent = PARENT
return NEWPART
end
Player_Size = 1
Animation_Speed = 3
Frame_Speed = 0.016666666666666666
local Speed = 16
local Effects2 = {}
local weldBetween = function(a, b)
local weldd = Instance.new("ManualWeld")
weldd.Part0 = a
weldd.Part1 = b
weldd.C0 = CFrame.new()
weldd.C1 = b.CFrame:inverse() * a.CFrame
weldd.Parent = a
return weldd
end
function createaccessory(attachmentpart, mesh, texture, scale, offset, color)
local acs = Instance.new("Part")
acs.CanCollide = false
acs.Anchored = false
acs.Size = Vector3.new(0, 0, 0)
acs.CFrame = attachmentpart.CFrame
acs.Parent = Character
acs.BrickColor = color
local meshs = Instance.new("SpecialMesh")
meshs.MeshId = mesh
meshs.TextureId = texture
meshs.Parent = acs
meshs.Scale = scale
meshs.Offset = offset
weldBetween(attachmentpart, acs)
end
function createbodypart(TYPE, COLOR, PART, OFFSET, SIZE)
if TYPE == "Gem" then
local acs = CreatePart(3, Character, "Plastic", 0, 0, COLOR, "Part", VT(0, 0, 0))
acs.Anchored = false
acs.CanCollide = false
acs.CFrame = PART.CFrame
local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "9756362", "", SIZE, OFFSET)
weldBetween(PART, acs)
elseif TYPE == "Skull" then
local acs = CreatePart(3, Character, "Plastic", 0, 0, COLOR, "Part", VT(0, 0, 0))
acs.Anchored = false
acs.CanCollide = false
acs.CFrame = PART.CFrame
local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "4770583", "", SIZE, OFFSET)
weldBetween(PART, acs)
elseif TYPE == "Eye" then
local acs = CreatePart(3, Character, "Neon", 0, 0, COLOR, "Part", VT(0, 0, 0))
acs.Anchored = false
acs.CanCollide = false
acs.CFrame = PART.CFrame
local acs2 = CreateMesh("SpecialMesh", acs, "Sphere", "", "", SIZE, OFFSET)
weldBetween(PART, acs)
end
end
function BanishingBullet()
ATTACK = true
Rooted = false
for i = 0, 0.4, 0.1 / Animation_Speed do
Swait()
turnto(Mouse.Hit.p)
RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed)
Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed)
RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
end
repeat
for i = 0, 0.2, 0.1 / Animation_Speed do
Swait()
turnto(Mouse.Hit.p)
RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed)
Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed)
RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
end
CreateSound("238353911", GunPoint, 10, MRANDOM(9, 11) / 10)
MagicSphere(VT(0.1, 0.1, 0.1), 45, GunPoint.CFrame, "Really red", VT(0.1, 0.1, 0.1))
MagicSphere(VT(0.1, 0.1, 0.1), 45, GunPoint.CFrame, "Really red", VT(0.05, 0.05, 0.05))
local RayHit, Way = CastProperRay(GunPoint.Position, Mouse.Hit.p, 1500, Character)
local distance = (GunPoint.Position - Way).magnitude
for i = 1, 5 do
local laser = Instance.new("Part", Effects)
laser.Transparency = 0
laser.CanCollide = false
laser.Anchored = true
laser.Color = C3(1, 0, 0)
laser.Material = "Neon"
laser.formFactor = Enum.FormFactor.Custom
laser.Size = Vector3.new(0.15, 0.15, distance)
laser.CFrame = CFrame.new(GunPoint.Position, Way) * CFrame.new(0, 0, -distance / 2)
MagicSphere(VT(0.1, 0.1, 0.1), 45, CF(Way), "Really red", VT(0.05, 0.05, 0.05))
for i = 1, 5 do
MagicSphere(VT(0.2, 0.2, 1), 65, CF(CF(Way) * CF(MRANDOM(-1, 1), MRANDOM(-1, 1), MRANDOM(-1, 1)).p, Way), "Really red", VT(0.001, 0.001, 0), 0.5)
end
table.insert(Effects2, {
laser,
"Disappear",
0.1,
1,
1,
1,
2
})
if RayHit ~= nil then
local v = RayHit.Parent
if v ~= nil and v.ClassName == "Model" then
CastWarpOutlines(v)
v.Parent = nil
if game.Players:FindFirstChild(v.Name) then
local Value = IT("BoolValue", Delete)
Value.Name = v.Name
end
end
end
end
for i = 0, 0.3, 0.1 / Animation_Speed do
Swait()
RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed)
Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.25 / Animation_Speed)
RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(15), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
end
until KEYHOLD == false
ATTACK = false
Rooted = false
end
function KeyDown(Key)
KEYHOLD = true
if Key == "z" and ATTACK == false then
BanishingBullet()
end
function CheckIntangible(Hit)
local ProjectileNames = {
"Water",
"Arrow",
"Projectile",
"Effect",
"Rail",
"Lightning",
"Bullet"
}
if Hit and Hit.Parent and (not Hit.CanCollide or CheckTableForString(ProjectileNames, Hit.Name)) and not Hit.Parent:FindFirstChild("Humanoid") then
return true
end
return false
end
gun test - Pastebin.com (2024)
References
Top Articles
How to Use an Eyelash Curler the Right Way
How to use eyelash curlers: for long-lasting curled eyelashes
7 Eyelash Curler Tips for Fluttery Lashes and Stay-all-Day Hold
Latest Posts
Recommended Articles
- How to get Total War: Shogun 2 for free now — and more games for cheap
- Necktie Anatomy: The Classic Tie Deconstructed - The GentleManual
- Kamado bbq: de verschillen met de Green Egg op een rij
- Change! Jackets
- All About Me (2018) Download Full
- Myths and Legends Robin Hood 2024 UK 1oz Silver Proof Coin | The Royal Mint
- Review: Fitness Boxing 3 Remains a Good Exercise Game
- Nail Polish 101: Base Coat Basics & The Best Base Coats Ever
- Baby Shin Grimm Meisaku Gekijou
- Persona 3 Reload Interview - "The Story That We Want To Tell"
- Hanabi-Chan: The Girl Who Popped Out Of The Game World 2 Watch Online
- Venus To Mamoru! Village
- Completing Section 2, Employer Review and Attestation
- How to Print Tattoo Stencils: A Comprehensive Guide
- Cast Of Nagagutsu Wo Haita Neko No Bouken Characters
- Self-Tanning & Bronzing - Body Care | Ulta Beauty
- Beste blush kwast van 2024 - Top 10 - Cosmeticagids.nl
- When It's Important To Know How To Sharpen Scissors With a Knife Sharp
- Binnur Kaya Vita Privata
- Glass & Mirror Shop | Shrewsbury, NJ | Gatsby Glass
- Afterparty Too Long
- Lip Liner - Makeup | Ulta Beauty
- What Are The Nasal Sinusitis Treatments Available in Ireland?
- Beyblade X: Season 1 | Rotten Tomatoes
- Our Journey To The End Of The Ceasing World Halloween Costume
- Cider Coloring Book
- Heidi in den Bergen - Filmkritik - Film - TV SPIELFILM
- Discipline: The Record Of A Crusade Season 3 Schedule
- How to Increase All Social Stats in Persona 3 Reload (P3R)
- Watashi Wa Okazu-Senpai Ni Taberaretai. Light Novel Volume 9
- Where To Watch Shroom Mates (2022) In Theaters
- The Cast Of We Are Wolves (2024)
- Sítio Do Picapau Amarelo: Emília E A Reforma Da Natureza In Game Purchases
- Halo Asada 電影
- Itsuwari No Freja Shot Glass
- Marathon games, consoles and other equipment
- Download 穿书后,我成了顶级强少 Movie
- Script Of Monstrous Me
- Young Daisuke Iwamura Photos
- Can A 13 Year Old Watch Sei Dragon Girl Miracle
- She May Not Be Cute Boss
- Films Alexander Gamnitzer Has Been In
- Shuumatsu No Valkyrie Manga Chapter 88
- ¹ØÓÚÓ¢ÓïÓÅÐãÑݽ²¸å£¨Í¨ÓÃ31ƪ£©
- Res Arcana - Kartenspiel Review » Abenteuer Brettspiele
- How To Remove Makeup: Tips for a Brighter Face
- Evaluation of anti-inflammatory effects of green tea and black tea: A comparative in vitro study
- Movie The Wrecking Crew (2008) Actors
- Is There A Andou Of The Forest Season 4
- Justin Timberlake - Mirrors Lyrics
- Easter Candy Break: Head To Head Next Sale
- 8 Ways Scrubs’ Revival Will Be Different From The Original Show Over 15 Years After Med School
- Celebrities Who Have Aged Gracefully And Flawlessly
- Casting The Totally Spies For Amazon’s Live-Action Show: Who Should Play Clover, Alex, and Sam?
- Malic acid Structure - C4H6O5 - Over 100 million chemical compounds | CCDDS
- Owarimonogatari Episode 0.5 Clip Art
- Eric Favre Pure Collagen+ 10 unidoses en vente en pharmacie
- Bring the Fun to Your Backyard with These Swing Sets
- The Girl Who Ate A Death God Wallpaper For Android
- Carlos Valdes At The Oscars 2025
- [Pre-order] GX12 Dual-Band Gemini-X Radio Controller (M2)
- Villa Caprice (2021) Full Movie Online
- Read Shigofumi Picture Drama Kissmanga
- Henry M. Stanley and David ...
- Sand Land: The Dragon Ball Creator's New Post-Apocalyptic Anime Movie Explained - Looper
- The Best Mobility Aids For Your Home In 2025
- Joou Heika no Isekai Strategy
- What is a Face Thread Lift? Is it Worth it and Is it Painful? | Shens Clinic
- Why Is Dilemma's Van Dokters: Wie Krijgt Een Kind? So Popular
- matéria Médica - PDFCOFFEE.COM
- Reijou Wa Mattari Wo Goshomou. English Dub Episode 3
- Is World Without Sun (1964) In English
- How To Run Guilty Gear X On Low End Pc
- Overlord Episode 87
- How To Choose The Best Padded Socks For Foot Pain? — Pedi Reviews
- The Best Cleansing Oils to Purify and Soften Skin
- Tamayura (Tv) Ova Magnet
- How Many Episodes In Bloom Into You: Regarding Saeki Sayaka
- How Many Episodes In Bloom Into You: Regarding Saeki Sayaka
- How Many Episodes In Bloom Into You: Regarding Saeki Sayaka
- How Many Episodes In Bloom Into You: Regarding Saeki Sayaka
- How Many Episodes In Bloom Into You: Regarding Saeki Sayaka
- How Many Episodes In Bloom Into You: Regarding Saeki Sayaka
- Shin Koihime Musou Otome Ryouran Sangokushi Engi Download
- What Is Ezra Wube's Phone Number
- Basilisk: Ouka Ninpouchou
- [PDF] Malay - Free Download PDF
- How to watch YouTube and Netflix on Toyota Tundra 2020-2022 - Racext
- Schillings, Max von - Deutsche Biographie
- "The Files of the Young Kindaichi 3" (2001–2014, Kindaichi shônen no jiken bo 3)
- Flotsam Mobs
- Mens Leather Belts UK - The Leather Locker
- Ahiru no Sora - Spoiler, Zusammenfassung, Kuriositäten und Informationen
- What Order Should You Watch Class 1-9
- How to Make a Saline Solution at Home: Recipe & Uses
- Mikael Forssell Health
Article information
Author: Maia Crooks Jr
Last Updated:
Views: 5591
Rating: 4.2 / 5 (63 voted)
Reviews: 86% of readers found this page helpful
Author information
Name: Maia Crooks Jr
Birthday: 1997-09-21
Address: 93119 Joseph Street, Peggyfurt, NC 11582
Phone: +2983088926881
Job: Principal Design Liaison
Hobby: Web surfing, Skiing, role-playing games, Sketching, Polo, Sewing, Genealogy
Introduction: My name is Maia Crooks Jr, I am a homely, joyous, shiny, successful, hilarious, thoughtful, joyous person who loves writing and wants to share my knowledge and understanding with you.