#Need lil help

29 messages · Page 1 of 1 (latest)

alpine coral
#

also dont mind "armor" it wont be a repairable part

finite ferry
#

Click on the blue square

#

And look at "ClassName" in properties

slate apexBOT
#

studio** You are now Level 4! **studio

alpine coral
#

bro just tell me whats it

finite ferry
#

I don't know

#

You have old icons

alpine coral
#

😭

finite ferry
#

Probably a part

noble parcel
#

it's a motor or one of those things, glue / deprecated weld

#

it's just so it looks different, the owner of the chassis puts it there so it looks nice

finite ferry
#

Wonder why its just a blue square

alpine coral
#

fr

finite ferry
#

How do you have those icons?

alpine coral
finite ferry
#

Why tho

alpine coral
#

bro cuz i was an old user of studio

#

i cant choose the shit i want to

#

cuz the new icons are lil different

finite ferry
#

Fair enough

alpine coral
#

ok so

#

``local vehiclesFolder = game.Workspace:WaitForChild("Vehicles")

for _, vehicle in pairs(vehiclesFolder:GetChildren()) do
local hull = vehicle:FindFirstChild("Hull")
if hull then
local msc = hull:FindFirstChild("MSC")
if msc then
local hullGroup = msc:FindFirstChild("Hull")
if hullGroup then
for _, part in pairs(hullGroup:GetChildren()) do
if part:IsA("BasePart") then
local proximityPrompt = Instance.new("ProximityPrompt")
proximityPrompt.ActionText = "Interact"
proximityPrompt.ObjectText = "Vehicle Part"
proximityPrompt.Parent = part
end
end
end
end
end
end
``

#

thats the script the ai gave me

#

but it just doesnt work

slate apexBOT
#

studio** You are now Level 1! **studio

alpine coral
#

please help 😭😭

noble parcel
#

you gotta learn some very basic stuff bro so you can at least work out where the issue is

#

what's the error?