of     2   
chevron_rightchevron_rightchevron_right

LordOfWaffle
#141256921Wednesday, July 23, 2014 7:44 AM GMT

?
filiptibell
#141256967Wednesday, July 23, 2014 7:45 AM GMT

workspace, Workspace, game.Workspace, Game.Workspace
LordOfWaffle
#141257026Wednesday, July 23, 2014 7:46 AM GMT

So I could use any of those three, all mean the same, correct?
filiptibell
#141257093Wednesday, July 23, 2014 7:47 AM GMT

Yeah. Or game:GetService("Workspace"). There are loads of ways.
LordOfWaffle
#141257447Wednesday, July 23, 2014 7:54 AM GMT

Im really trying to learn this. So, would this work? Workspace.Players.LordOfWaffle.Head Remove() Would a period go between head and remove??
AnonyAnonymous
#141257596Wednesday, July 23, 2014 7:57 AM GMT

The character model of the Player would go into Workspace, so you would use, Workspace.LordOfWaffle.Head :Remove() is a method, so to use it in this situation you would use, Workspace.LordOfWaffle.Head:Remove()
LordOfWaffle
#141257606Wednesday, July 23, 2014 7:57 AM GMT

Or I guess game.workspace.players.LordOfWaffle.Head Remove() Does capitalization matter?
blox6137
#141257640Wednesday, July 23, 2014 7:58 AM GMT

No, you'd use a colon(or what ever that word is x3) Workspace.Players.LordOfWaffle.Head:Destroy() DO NOT USE REMOVE. REMOVE IS OUT-DATED.
LordOfWaffle
#141257644Wednesday, July 23, 2014 7:58 AM GMT

Ah yes, forgot :
LordOfWaffle
#141257691Wednesday, July 23, 2014 7:59 AM GMT

And if I ran that, would it only happen once or repeat? I guess if there is no end command it will repeat???
zub74
#141257706Wednesday, July 23, 2014 7:59 AM GMT

Use :Destroy().
zub74
#141257736Wednesday, July 23, 2014 7:59 AM GMT

It won't repeat, only run once. Would you like to join a game to talk about it?
AnonyAnonymous
#141257748Wednesday, July 23, 2014 8:00 AM GMT

It would only run once unless it the script was modified and it was placed within a loop.
blox6137
#141257787Wednesday, July 23, 2014 8:01 AM GMT

We should all join a game and be friends... yes
InternetGuy
#141258620Wednesday, July 23, 2014 8:20 AM GMT

workspace.name.Head:Destroy() workspace.name.Head.Parent = nil workspace.name.Head:remove() ;)
Cosmicana
#141258998Wednesday, July 23, 2014 8:29 AM GMT

workspace.name.arm)- workspace.name.toes)- workspace.name.leg)- O:
LordOfWaffle
#141259770Wednesday, July 23, 2014 8:47 AM GMT

Ok, I made my first script! Workspace.Destroy: part name goes here()
blox6137
#141259794Wednesday, July 23, 2014 8:48 AM GMT

It's not really that simple xD You couldn't put your arm, or leg there and have it work.
AnonyAnonymous
#141259807Wednesday, July 23, 2014 8:48 AM GMT

Workspace.PartNameGoesHere:Destroy()
LordOfWaffle
#141259869Wednesday, July 23, 2014 8:50 AM GMT

Oh whoops I swapped it. And im no longer trying to kill a player, just remove a block. Im just trying to get the basics.
blox6137
#141259966Wednesday, July 23, 2014 8:53 AM GMT

If you destroy the head, it will kill the player. Keep that in mind. Same goes for torso, too.
blox6137
#141260034Wednesday, July 23, 2014 8:55 AM GMT

If you want to destroy an arm(or leg), it would be: game.Workspace.PlayerName["Right arm"]:Destroy() --the 'game.' part is not needed FYI.
LordOfWaffle
#141260186Wednesday, July 23, 2014 8:59 AM GMT

Ok would this work? Workspace.part name here:Transparency = 100()
AnonyAnonymous
#141260264Wednesday, July 23, 2014 9:01 AM GMT

Transparency is a property, use something such as, game.Workspace.Part.Transparency = 0
LordOfWaffle
#141260306Wednesday, July 23, 2014 9:02 AM GMT

No colon or ()?

    of     2   
chevron_rightchevron_rightchevron_right