Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why is head not a valid member of model on line 35?

Asked by 5 years ago
Edited 5 years ago
01local HolderFrame = script.Parent.Holder
02local ReplicatedStorage = game:GetService("ReplicatedStorage")
03local Trails = ReplicatedStorage.Trails
04 
05local player = game.Players.LocalPlayer
06local character = player.Character
07 
08 
09 
10if not character or not character.Parent then
11    character = player.CharacterAdded:wait()
12end
13 
14for i,v in pairs(HolderFrame:GetChildren()) do
15    if v:IsA("TextButton") then
View all 41 lines...
0
it worked xTheodxre 16 — 5y

Answer this question