subject
Geography, 05.01.2021 01:40 annamariaafowyhrq

Local Damage = function(Part) local A = Part
local B = Part. Position
local C = {
origin = Player. Character. Head. Position,
position = Part. Position,
velocity = Player. Character. Head. CFrame. lookVector * math. clamp(500, 100, 500),
acceleration = Vector3.new(0, -156.2, 0),
age = os. time(),
toolFrom = "Magnetite Crossbow",
object = game:GetService("ReplicatedStorage" ).Projectiles:findFirstChild("Bolt" )
}
local D = (Player. Character. Head. Position - Part. Position).magnitude
game:GetService("ReplicatedStorage" ).Events. ProjectileImpact:FireServer(A, B, C, D)
end

Mouse. KeyUp:connect(function(key)
if key == "e" then
for i = 1, 20 do
if Mouse. Target and Mouse. Target. ClassName ~= "Terrain" then
Damage(Mouse. Target)
end
end
end
end)

ansver
Answers: 1

Other questions on the subject: Geography

image
Geography, 21.06.2019 14:10, mateotrevino1
Astudent conducts an experiment to determine how the amount of water given to a plant affects its growth. which of the following is not a constant or control for this experiment? a. the type of plant b. the amount of soil c. the amount of water d. the amount of time in the sun select the best answer from the choices provided a b c d
Answers: 1
image
Geography, 23.06.2019 11:30, aurelio1121
Which year held a congressional election and a presidential election
Answers: 3
image
Geography, 24.06.2019 02:30, briannamaee13
What gigantic island is primarily in the arctic circle?
Answers: 1
image
Geography, 24.06.2019 09:50, htx88
Select the star life cycle that is accurate
Answers: 3
You know the right answer?
Local Damage = function(Part) local A = Part
local B = Part. Position
local C = {
...

Questions in other subjects: