A very nice video! This will help a lot!🔥 And is there any way that like the nuke is animated, doing down then killing everyone Kinda like pls Donate but a nuke🤔 🔥10/10 tutorial 🔥
How do you make a punching script im currently with my friends trying to find out how to do it but plus whats wrong with this code local btw problem say its Enum.RaycastFilter.Blacklist ReplicatedStorage = game:GetService("ReplicatedStorage") local Remote = ReplicatedStorage:WaitForChild("Punch") Remote.OnServerEvent:Connect(function(Player) local Character = Player.Character local Humanoid = Character:WaitForChild("Humanoid") local Params = RaycastParams.new() Params.FilterType = Enum.RaycastFilterType.Blacklist Params.FilterDescendantsInstances = {Character} local Origin = Character.HumanoidRootPart.Position local Direction = Character.HumanoidRootPart.CFrame.LookVector * 5 local Result = workspace:Raycast(Origin, Direction, Params)
if Result then local Damage = 10 local Part = Result.Instance local Enemy = Part.Parent:FindFirstChild("Humanoid") or Part.Parent.Parent:FindFirstChild("Humanoid") if Enemy and Enemy:GetState() ~= Enum.HumanoidStateType.Dead then Enemy:TakeDamage(Damage) end end end)
This was an amazing video!!!
Thanks for making it
in the test i keep clicking it but it does not show the paying bit
Good Video:)
Thank you 😊
How would I nuke like a specific team? what would I need to change in the code?
It doesn’t work when I click to buy it it gives me an error
Join our discord channel we will help you fix it
Hey is that only can using 1 time or inf
inf
It can be used Infinite number of times but it costs robux every time they buy it
@@nobelcourses Ty bro
how does the nuke come to you
The nuke won't come to you, it just eliminates all the other players apart from you
it didnt work, it gave me the option to buy it, but it didnt kill my friends in team test
0:05 cerite got me dying
😂😂
Is there a way I can make it so if the owner or an admin clicks it it just goes straight away instead of prompting the purchase?
A very nice video!
This will help a lot!🔥
And is there any way that like the nuke is animated, doing down then killing everyone
Kinda like pls Donate but a nuke🤔
🔥10/10 tutorial 🔥
I'm glad you found the video helpful. Yes definitely that will be one of our future videos to create animations and cut scenes in the game
POOOOO
How do you make a punching script im currently with my friends trying to find out how to do it but plus whats wrong with this code local btw problem say its Enum.RaycastFilter.Blacklist
ReplicatedStorage = game:GetService("ReplicatedStorage")
local Remote = ReplicatedStorage:WaitForChild("Punch")
Remote.OnServerEvent:Connect(function(Player)
local Character = Player.Character
local Humanoid = Character:WaitForChild("Humanoid")
local Params = RaycastParams.new()
Params.FilterType = Enum.RaycastFilterType.Blacklist
Params.FilterDescendantsInstances = {Character}
local Origin = Character.HumanoidRootPart.Position
local Direction = Character.HumanoidRootPart.CFrame.LookVector * 5
local Result = workspace:Raycast(Origin, Direction, Params)
if Result then
local Damage = 10
local Part = Result.Instance
local Enemy = Part.Parent:FindFirstChild("Humanoid") or Part.Parent.Parent:FindFirstChild("Humanoid")
if Enemy and Enemy:GetState() ~= Enum.HumanoidStateType.Dead then
Enemy:TakeDamage(Damage)
end
end
end)
Send us a message on our Facebook page with pictures one of our Tutors will help you with this problem :)
Just simply change Enum.RaycastFilterType.Blacklist to Enum.RaycastFilterType.Exclude