Forum > Scripts >

Request Ragdoll Testing Yeet / Push Aura

Posts: 181

Threads: 22

Joined: Jul, 2021

Reputation: -20

Posted

Game : https://www.roblox.com/games/3404168302/Ragdoll-Testing

 

 

Help:

 
local v1 = game:GetService("Players").Name
local v2 = 1
local event = game:GetService("Players").LocalPlayer.Character.Yeet.push

  • 0

Added

 @_realnickk please do

  • 0

Added

@_realnickk bro never came back with the milk

  • 0

Added

 

@_realnickk

 

 

Yeet aura version 

local players = game:GetService("Players")

local player = players.LocalPlayer

 

local char = player.Character or player.CharacterAdded:Wait()

local tool = player.Backpack:FindFirstChild("Yeet") or char:FindFirstChild("Yeet")

local push = tool:WaitForChild("push")

 

while wait(0.5) do

    for _, v in ipairs(players:GetPlayers()) do

        if v == player then continue; end

        push:FireServer(v, math.random(1, 2)) -- Variant<Player, BasePart> target, <number> leftOrRight

    end

end

 

 

Ye sorry idk how to make a distance check , it works on my private server with only 3 players in it but in big servers it doesnt do anything so there is some checks to be made in order to make it work i just dont know how really

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )