|
i tried using
game.workspace.Model.Part.Position (Vector3.new(100,0,0))
but this just moved to the coordinates so I tried
game.workspace.Model.Part.Position (Vector3.FromNormalId(100,0,0))
but I got this error message
Vector3.FromNormalId expects Enum.NormalId input |
|
BorsyJoin Date: 2014-07-31 Post Count: 15111 |
what the hell are you doing to make "game.workspace.Model.Part.Position (Vector3.new(100,0,0))" work
|
|
|
model = game.workspace.Model |
|
|
I believe it won't work because you aren't giving the script an instruction on when to end |
|
|
it has an end, I just dint show you the whole thing |
|
PxlarrJoin Date: 2015-09-04 Post Count: 7126 |
name is something more specific not just model because you probably have lots of models named model in workspace
オリジナルス |
|
|
|
Today my 12 year old son and I walked into harvard to sign him up for college. The dean rudly asked what a 12 year old was doing signing up for such a prestigious institute like harvard. My son took of to reveal his Rick and Morty shirt and proclaimed "Well you see sir I watch Rick and Morty". A look of confusion came over the deans face and I have never been so proud. The dean quickly made sure to appologize to my son but it was too late, the police rushed in and dragged him out. My son passed all his classes with 4.0s and graduated top of his class in the first day of college. |
|
|
|
I need a way to move a model for example
if I want it to go 100,0,0 and it's at 1,2,3 it will be at 101,2,3 |
|
|
is there something I do with game.workspace.Model:MoveTo (Vector3.new(100,0,0)) do do that? |
|
jkspoonsJoin Date: 2011-09-16 Post Count: 1682 |
That fantasy story is irrelevant lol and probably plagiarized |
|
|
JUST TELL ME HOW I FIX MY PROBLEM!!!?!?!?!?!??!?!??!?! |
|
|
my problem is over, I fixed it with
baseplate.CFrame = CFrame.new(baseplate.CFrame.X+100, baseplate.CFrame.Y, baseplate.CFrame.Z) |
|
|
Rick and Morty fans are absolute morons. Those imbeciles are limiting themselves to one language, essentially bottlenecking their IQ. As a bilingual Dora the Explorer fan, (therefore an intellectual), I'd like to examine a catchphrase from each show, and you can tell me which requires a higher IQ to comprehend: "Wubba lubba dub dub", Or this fine example of simply genius writing: Backpack's "¡ Yum Yum Yum Yum Yum Yum Yum, Délícìoso!" The choice is clear and simple, and if you can't tell, you must a be a Rick and Morty fan. |
|