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

CANT ROLL ball when attached. What do i do??? [closed]

Asked by 4 years ago
01function AttachBall(part,ball)
02 
03    local Attacher = Instance.new("WeldConstraint",part)
04 
05    Attacher.Part0 = part
06 
07    Attacher.Part1 = ball
08 
09end
10 
11local Character = script.Parent
12 
13local RootPart = Character:WaitForChild("UpperTorso") or Character:WaitForChild("Torso")
14 
15local Ball = Instance.new("Part",Character)
View all 29 lines...

it wont roll when the person controls pls help

0
but this is a character script Trampyling 43 — 4y
0
please explain what you're trying to do bomblitz06 94 — 4y

Closed as Non-Descriptive by JesseSong and Dovydas1118

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?