How to create a Nuke Gamepass in Roblox Studio

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น •

  • @Sup2020boy1
    @Sup2020boy1 2 หลายเดือนก่อน

    This was an amazing video!!!
    Thanks for making it

  • @Musa-mirza
    @Musa-mirza 2 หลายเดือนก่อน +1

    in the test i keep clicking it but it does not show the paying bit

  • @YuricLive
    @YuricLive ปีที่แล้ว +2

    Good Video:)

  • @Khalibert-eo1tm
    @Khalibert-eo1tm 3 หลายเดือนก่อน

    How would I nuke like a specific team? what would I need to change in the code?

  • @gamingwithsander9858
    @gamingwithsander9858 6 หลายเดือนก่อน +2

    It doesn’t work when I click to buy it it gives me an error

    • @nobelcourses
      @nobelcourses  6 หลายเดือนก่อน

      Join our discord channel we will help you fix it

  • @trixgangwins
    @trixgangwins 7 หลายเดือนก่อน +2

    Hey is that only can using 1 time or inf

  • @RobloxianRobloxyt1233
    @RobloxianRobloxyt1233 6 หลายเดือนก่อน +1

    how does the nuke come to you

    • @nobelcourses
      @nobelcourses  6 หลายเดือนก่อน

      The nuke won't come to you, it just eliminates all the other players apart from you

  • @PigBL0XlAN
    @PigBL0XlAN 4 หลายเดือนก่อน

    it didnt work, it gave me the option to buy it, but it didnt kill my friends in team test

  • @Dashi237
    @Dashi237 ปีที่แล้ว +2

    0:05 cerite got me dying

  • @AuditPodcasts
    @AuditPodcasts 11 หลายเดือนก่อน

    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?

  • @gamewithog
    @gamewithog ปีที่แล้ว +2

    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 🔥

    • @nobelcourses
      @nobelcourses  ปีที่แล้ว +1

      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

  • @allthethingsthatareinnd
    @allthethingsthatareinnd 11 หลายเดือนก่อน +1

    POOOOO

  • @yourleastfavejake2436
    @yourleastfavejake2436 ปีที่แล้ว +1

    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)

    • @nobelcourses
      @nobelcourses  ปีที่แล้ว +1

      Send us a message on our Facebook page with pictures one of our Tutors will help you with this problem :)

    • @pontus3018
      @pontus3018 ปีที่แล้ว +2

      Just simply change Enum.RaycastFilterType.Blacklist to Enum.RaycastFilterType.Exclude