#Help with trying to stop a respawning part script

107 messages · Page 1 of 1 (latest)

next yarrow
#

@north turtle

eager sierra
#

let me see

north turtle
next yarrow
#

cuz ur pro

eager sierra
#

so it like, appears

#

tweens

#

disappears

next yarrow
#

explain

eager sierra
#

did i get it

next yarrow
eager sierra
#

ooh so a projectile i seeee

next yarrow
#

he spams his pellet mobe that spawns beneaththe player

#

then goes up or closes from every side trapping and hurting the player

#

(tweens)

#

so for his first move he just spawns a damage block on the players feet

#

i made it so it would find the kill brick by the name

#

then it would destroy if found

#

and the future ones that would appear would be destroyed aswell

#

heres the script

#

while true do
wait(0.1)
local pellet = game.workspace:FindFirstChild("Pellet_Hitbox")
local pelletvisual = game.workspace:FindFirstChild("Pellet_Visual")
if pellet then
pellet:Destroy()
pelletvisual:Destroy()
print("working") -- pellet and hitbox
else
print("fail")
end

end

eager sierra
#

have you considere like, doing pellet:Clone()

#

to create a copy

#

which can be destroyed

next yarrow
#

nah

#

but this is the working script

#

aka thekill part attack

#

cuz the kill part hs no tweening

#

its just "place kill part near player and dissapear after 2 seconds"

#

but for section 2

#

the pellet attack'

#

it spawns and moves

#

whichmake it tricky

#

cuz idk why its not working

#

@eager sierra

eager sierra
#

i am super confused 😭

#

so the hitbox doesn't move??

next yarrow
#

basically

#

for the pellet attack

#

it spawns a pellet

#

with a hitbox part and part(i think its the model for the pellet) as the pellets children

#

get it?

#

@eager sierra

eager sierra
#

ok so then

next yarrow
#

just like the kill block attack it spawns on the player but this time it moves

eager sierra
#

try welding the hitbox to the pellet ?

next yarrow
#

and tweens and shit

eager sierra
#

since i assume the pellet DOES move

next yarrow
#

idk

#

look at my script

#

while true do
wait(0.1)
local pelletpoint = game.workspace:FindFirstChild("Pellet")
local pellethitbox = pelletpoint:FindFirstChild("HitBox")
local pelletpart = pelletpoint:FindFirstChild("Part")
if pelletpoint then
pelletpoint.Anchored = true
pellethitbox.Anchored = true
pelletpart.Anchored = true
print("pellet broken")
else
print("pellet fail")
end
end

#

same as the kill part

#

yet not working

#

@eager sierra

#

look in dms

eager sierra
#

uh ok

next yarrow
#

dm me

#

i cant dm u unless u turn off friend only

north turtle
next yarrow
north turtle
#

your issue appears to be battlegrounds mechanics, pve sure, but same same, they are very difficult to make and your code is not at all equipped to deal with it

#

simple tweens that make a visual pellet rise from the ground for a while is simple enough. putting it into context of another system is a whole different task

eager sierra
#

CAN'T MAKE THIS SHIT UP

#

😭 😭 😭 😭

#

dude is trying to exploit in a game

#

and wants help to bypass the hitboxes

north turtle
#

the short of it is if you want to control this more accurately, look into renderstepped, coroutines, and sometimes simply task.spawn and task.cancel can be crude but very effective.

next yarrow
#

idk what that is

north turtle
eager sierra
#

they don't need any of that

#

i quote, "i wanna afk farm boss"

#

💔

next yarrow
#

true

north turtle
next yarrow
#

it aint bad

#
  • i am a game tester dawg
north turtle
#

its kinda bad

next yarrow
#

i alr have admin panel

eager sierra
#

WHY ARE YOU EXPLOITING THEN

#

😭

next yarrow
#

js tryna figure it out

eager sierra
#

i would like to remind you that hyperion exists

next yarrow
eager sierra
#

and you may land your account in a banwave

next yarrow
#

hes too ass tho

north turtle
#

if you want to do those things, first this is not the place to do them, second, if you really want to do those things, do that in singleplayer games.

next yarrow
#

nah but like is exploiting bannable in rblx studio dc?

north turtle
#

roblox is not a singleplayer game.

next yarrow
#

i aint ruining anyone or trolling tho

#

the game is a single player aspect

#

a simulator is meant to be played solo

#

how the hell do u play with friends on simulators

north turtle
#

i meant the snes game

next yarrow
#

do yall just click while talking or what

next yarrow
#

like singleplayer

#

if u cheat in a pvp game its bad

silent basin
#

lmao

silent basin
#

tho there are no studio exploits

#

i think