of     1   

OfficialKevinTOC
#190221827Wednesday, June 01, 2016 10:38 AM GMT

so, I'm working on a little project, and i have some items/gears (I like to call 'em items) so: how do i make people get tools ONLY by :give? and also: is there any way that i can get different teams to get different items? ('cus i don't want civilians walk around with an emergency radio, or a pistol) please help, it'll hepl me out a lot
Andyliu5000
#190227868Wednesday, June 01, 2016 1:49 PM GMT

Be more precise..
OfficialKevinTOC
#190228377Wednesday, June 01, 2016 2:02 PM GMT

the question is: how i make it so that the only way to GET the items is by :give
RaineyDayStudio
#190228827Wednesday, June 01, 2016 2:13 PM GMT

--Change to the path of where your spawn is located local spawn = Workspace.WhateverYouNamedTheDarnSpawnPoint local function giveTool(character) if (character.Parent.TeamColor == spawn.TeamColor) then --Give tools and stuff end end Player.CharacterAdded:connect(giveTool) --[Please note I'm a bit tired and rusty right now, and this was just off the top of my head so it may have a few errors. If someone has a moment I'd appreciate fixing any minor things for our friend here. Also there is a IsDroppable Property on all tools, if that helps you.]-- PM me with any other questions.
OfficialKevinTOC
#190288102Thursday, June 02, 2016 6:28 AM GMT

ok, so in this script: local function giveTool(character) if (character.Parent.TeamColor == spawn.TeamColor) then --Give tools and stuff end end Player.CharacterAdded:connect(giveTool) that is supposed to make is so that people can only get the items by :give. but, what are the things i need to change on the script? (in relation with the items)
Andyliu5000
#190290027Thursday, June 02, 2016 8:16 AM GMT

What other ways are there already you pleb.
OfficialKevinTOC
#190292461Thursday, June 02, 2016 10:37 AM GMT

excuse me? no need to be so rude. i only asked "but,what are the things i need to change on the script? (in relation with the items)". why are you being so rude? geez
smashduck
#190293497Thursday, June 02, 2016 11:18 AM GMT

@andy pls dont come back until you learn how to use a question mark You're being unnecessarily rude for absolutely no reason
blackwiryjman666
#190295568Thursday, June 02, 2016 12:39 PM GMT

wrong section

    of     1