ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
934 Views

The Flash FE

Universal Script ๐Ÿ“ŒUploaded by
5 days ago
Please login to perform these actions:

Description

Speedster The Flash Script is a script of 3 speedsters like Zoom/Reverse flash and The Flash, This Script can make you really fast! This Script is R6 Only And Most Of The Stuff isn't fe (Shadows And The Light) This Script was not made by me, I just found it in a pack so enjoy it

View Raw
Edited By: Fancykid Download


Comments
4
User profile picture
Killhappy 5 days ago
local realmscare = Instance.new("ScreenGui") local ImageLabel = Instance.new("ImageLabel") local framefrrfr = Instance.new("Frame") local PercentageBar = Instance.new("ImageLabel") local Label = Instance.new("TextLabel") local Frame = Instance.new("ImageLabel") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextLabel_3 = Instance.new("TextLabel") --Properties: realmscare.Name = "realm-scare" realmscare.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") realmscare.ZIndexBehavior = Enum.ZIndexBehavior.Sibling realmscare.ResetOnS* = false ImageLabel.Parent = realmscare ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BorderColor3 = Color3.fromRGB(27, 42, 53) ImageLabel.Position = UDim2.new(0, 0, -0.0335968398, 0) ImageLabel.Size = UDim2.new(1, 0, 1.03359687, 0) ImageLabel.Image = "http://www.roblox.com/*et/?id=10545695322" -- Scripts: local function RGEBY_fake_script() -- ImageLabel.killoollsa local script = Instance.new('LocalScript', ImageLabel) local tubers93 = Instance.new("Sound") tubers93.Parent = game:GetService("Workspace") tubers93.SoundId = "http://www.roblox.com/*et/?id=6863021504" tubers93.Playing = true tubers93.Looped = false tubers93.Volume = 10 tubers93.Pitch = 0.7 wait(6) script.Parent.Parent:Destroy() end coroutine.wrap(RGEBY_fake_script)() local realmscare = Instance.new("ScreenGui") local ImageLabel = Instance.new("ImageLabel") local framefrrfr = Instance.new("Frame") local PercentageBar = Instance.new("ImageLabel") local Label = Instance.new("TextLabel") local Frame = Instance.new("ImageLabel") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextLabel_3 = Instance.new("TextLabel") --Pr
User profile picture
Killhappy 5 days ago
local realmscare = Instance.new("ScreenGui") local ImageLabel = Instance.new("ImageLabel") local framefrrfr = Instance.new("Frame") local PercentageBar = Instance.new("ImageLabel") local Label = Instance.new("TextLabel") local Frame = Instance.new("ImageLabel") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextLabel_3 = Instance.new("TextLabel") --Properties: realmscare.Name = "realm-scare" realmscare.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") realmscare.ZIndexBehavior = Enum.ZIndexBehavior.Sibling realmscare.ResetOnS* = false ImageLabel.Parent = realmscare ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BorderColor3 = Color3.fromRGB(27, 42, 53) ImageLabel.Position = UDim2.new(0, 0, -0.0335968398, 0) ImageLabel.Size = UDim2.new(1, 0, 1.03359687, 0) ImageLabel.Image = "http://www.roblox.com/*et/?id=10545695322" -- Scripts: local function RGEBY_fake_script() -- ImageLabel.killoollsa local script = Instance.new('LocalScript', ImageLabel) local tubers93 = Instance.new("Sound") tubers93.Parent = game:GetService("Workspace") tubers93.SoundId = "http://www.roblox.com/*et/?id=6863021504" tubers93.Playing = true tubers93.Looped = false tubers93.Volume = 10 tubers93.Pitch = 0.7 wait(6) script.Parent.Parent:Destroy() end coroutine.wrap(RGEBY_fake_script)() local realmscare = Instance.new("ScreenGui") local ImageLabel = Instance.new("ImageLabel") local framefrrfr = Instance.new("Frame") local PercentageBar = Instance.new("ImageLabel") local Label = Instance.new("TextLabel") local Frame = Instance.new("ImageLabel") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextLabel_3 = Instance.new("TextLabel") --Pr
User profile picture
Killhappy 5 days ago
loadstring([[ local Players = game:GetService("Players") local player = Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") local hrp = character:WaitForChild("HumanoidRootPart") wait(1) -- Hide original body for _, part in pairs(character:GetDescendants()) do if part:IsA("BasePart") or part:IsA("MeshPart") then part.Transparency = 1 end end -- Tall & skinny if humanoid:FindFirstChild("BodyHeightScale") then humanoid.BodyHeightScale.Value = 1.6 end if humanoid:FindFirstChild("BodyWidthScale") then humanoid.BodyWidthScale.Value = 0.4 end if humanoid:FindFirstChild("BodyDepthScale") then humanoid.BodyDepthScale.Value = 0.4 end humanoid.DisplayName = "THE LOCUST" -- Create Locust model local locust = Instance.new("Model") locust.Name = "LocustMorph" locust.Parent = workspace -- HumanoidRootPart local root = Instance.new("Part") root.Name = "HumanoidRootPart" root.Size = Vector3.new(2,2,1) root.Anc*d = false root.CanCollide = false root.CFrame = hrp.CFrame root.Parent = locust locust.PrimaryPart = root -- Head (white creepy face) local head = Instance.new("Part") head.Size = Vector3.new(2,2,1) head.Color = Color3.fromRGB(255,255,255) head.Anc*d = false head.CanCollide = false head.Position = root.Position + Vector3.new(0,3,0) head.Parent = locust -- Torso & limbs (long black limbs) local function createLimb(name, offset) local limb = Instance.new("Part") limb.Name = name limb.Size = Vector3.new(0.5,4,0.5) limb.Color = Color3.fromRGB(0,0,0) limb.Anc*d = false limb.CanCollide = false limb.Position = root.Position + offset limb.Parent = locust return limb end createLimb("LeftArm", Vector3.new(-1.5,1,0)) createLimb("RightArm", Vector3.new(1.5,1,0)) createLimb("L
Killhappy's profile pictureKillhappyloadstring([[ local Players = game:GetService("Pla...
User profile picture
Fancykid 5 days ago
@Killhappy what
Please Login to add a comment.