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

so can someone tell me why the hell this is happening?

Asked by 6 years ago

i was following the youtube video https://www.youtube.com/watch?v=dqyJk0w2AY0

and i did the instructions but it didnt work here is the script

local model = game.Workspace.MoveingPlatformModel local platform = model.Platform local start = model.start local finish = model.Finish local bodyPosition = platform.BodyPosition

bodyPosition.position = start.Position

0
Simply enough, "position" is lowercase, it should be "Position" in the line "bodyPosition.position = start.Position". DeceptiveCaster 3761 — 6y
0
And he should learn what :WaitForChild('') is.. User#20388 0 — 6y
0
lol DeceptiveCaster 3761 — 6y
0
First of all: Dont use words like "HELL" here, It feels weird, Second of all: You dint even previewed that the script was messy spaghetti on the post?, Third of all: Seems like your a kid that needs tutorials to make simple stuff, How can i say that?, You dont use CAPS LOCK. Chris75764 49 — 6y
View all comments (5 more)
0
Whoa cowboy, easy there! Please restrain yourself from using profanity expressions such as "hell", "messy spaghetti", "frickin" or "oh, barnacles!". Le_Teapots 913 — 6y
0
In case you don't get my sarcasm: @Chris75764 don't be so god damn sensible... Le_Teapots 913 — 6y
0
It’s funny how the title of this question is almost exactly like the title of another recent question, but has different problems. I was about to moderate this as a duplicate. User#20279 0 — 6y
0
Chris your grammar is making me cringe awesomeipod 607 — 6y
0
@chris dosent look like your the sharpest tool in the shed winynumber8541 0 — 6y

Answer this question