#getpartsinpart not working

1 messages · Page 1 of 1 (latest)

sullen lagoon
#

if soemthing is inside the blue part thing (range part basically) it will print my name but it just prints out {...}

heres the script

local zombie = script.Parent
local humanoid = zombie:WaitForChild("Humanoid")
local rootPart = zombie:WaitForChild("HumanoidRootPart")
local Players = game:GetService("Players")
local range = zombie.range

local animator = humanoid:WaitForChild("Animator")

local attackanim = script:WaitForChild("attackanim")
local attackanimTrack = animator:LoadAnimation(attackanim)

range.Anchored = false
range.CanCollide = false
range.CanQuery = true
range.CanTouch = true

while true do
local somethinginsiderange = workspace:GetPartsInPart(range)
print(somethinginsiderange)

task.wait()

end

stiff gale
#

try getpartstouching

#

mgith woork better

#

I mean

#

gettpuchingparts

sullen lagoon
#

ok

#

theres no gettouchingparts

#

it doesnt have like a gui thing so i can press tab yk

#

i do it anyways and heres the output

stiff gale
#

I didnt read it correctly mbmb