Local Scripts for Void Scripter Place 1

Posted on

Are you looking for the local scripts for Viod Scripter Place I on this page? If so, definitely you are on the right place now. Indeed, on this article, we will show you some scripts of Void Scripter Place I which probably will help you of playing the game.

As we know that Void Scripter Place I is a kind of game which is very popular for script builder. The goal of this game is to allow many users to test and debug the scripts in a peaceful environment. It means that the game will help people to develop the games, doing fun projects, or useful toys. Unfortunately, the game will get the trouble anytime when the people are using the scripts to cause the trouble for others users.


In this game, there are some parts which provide different script for each purpose. Here are some scripts that you can use based on what you need!

  • Pain Titan

local p = game.Players.LocalPlayer

local char = p.Character

local mouse = p:GetMouse()

local larm = char[“Left Arm”]

local rarm = char[“Right Arm”]

local lleg = char[“Left Leg”]

local rleg = char[“Right Leg”]

local hed = char.Head

local torso = char.Torso

local hum = char.Humanoid

local cam = game.Workspace.CurrentCamera

local root = char.HumanoidRootPart

local deb = false

local shot = 0

local l = game:GetService(“Lighting”)

local rs = game:GetService(“RunService”).RenderStepped

local stanceToggle = “Normal”

math.randomseed(os.time())

hum.WalkSpeed = 7

char.Health:Destroy()

hum.MaxHealth = 50000

wait(0.01)

hum.Health = 50000

————————-

  • Slender Freak

————————-

function lerp(a, b, t) — Linear interpolation

return a + (b – a)*t

end

—————

function slerp(a, b, t) –Spherical interpolation

dot = a:Dot(b)

————–

return t <= 0.5 and a or b

else

r = math.acos(dot)

return (a*math.sin((1 – t)*r) + b*math.sin(t*r)) / math.sin(r)

end

end

———————

  • Black God (Rare)

–==//==–

local Player = game:service(“Players”).LocalPlayer

local Char = Player.Character

local mouse = Player:GetMouse()

local Humanoid = Char:findFirstChild(“Humanoid”)

local Torso = Char:findFirstChild(“Torso”)

———————————————————-

z = Instance.new(“Sound”, Torso)

z.SoundId = “rbxassetid://348054494” — Put Music ID Here.

z.Looped = true

z.Volume = 1337

wait(.1)

z:Play()

————————

  • Bloody Knight

————————

Player=game:GetService(“Players”).LocalPlayer

Character=Player.Character

PlayerGui=Player.PlayerGui

Backpack=Player.Backpack

Torso=Character.Torso

Head=Character.Head

Humanoid=Character.Humanoid

m=Instance.new(‘Model’,Character)

LeftArm=Character[“Left Arm”]

LeftLeg=Character[“Left Leg”]

RightArm=Character[“Right Arm”]

RightLeg=Character[“Right Leg”]

LS=Torso[“Left Shoulder”]

LH=Torso[“Left Hip”]

RS=Torso[“Right Shoulder”]

RH=Torso[“Right Hip”]

———————

  • Dab!

———————

local plr = game.Players.LocalPlayer

local chr = plr.Character

local mouse = plr:GetMouse()

———

q = Instance.new(‘HopperBin’, plr.Backpack)

q.Name = ‘Dab’

Bin=q

——–

dabbing=Instance.new(‘Sound’, plr.Character.Torso)

dabbing.Volume = 5

dabbing.Pitch = 0.7

dabbing.SoundId = ‘rbxassetid://437235476’

————————

  • RailGun Titan Demon (Rare)

—————————-

local p = game.Players.LocalPlayer

local char = p.Character

local mouse = p:GetMouse()

local larm = char[“Left Arm”]

local rarm = char[“Right Arm”]

local lleg = char[“Left Leg”]

local rleg = char[“Right Leg”]

local hed = char.Head

local torso = char.Torso

local hum = char:FindFirstChild(“Humanoid”)

local cam = game.Workspace.CurrentCamera

local root = char.HumanoidRootPart

local deb = false

local shot = 0

local l = game:GetService(“Lighting”)

local rs = game:GetService(“RunService”).RenderStepped

local hb = game:GetService(“RunService”).Heartbeat

local debris = game:service(“Debris”)

local stanceToggle = “Normal”

math.randomseed(os.time())

hum.JumpPower = 100

hum.MaxHealth = 50000

wait(1)

————————-

Leave a Reply

Your email address will not be published. Required fields are marked *