of     2   
chevron_rightchevron_rightchevron_right

FaisalWellesley
#187563228Sunday, April 17, 2016 1:42 PM GMT

^
FaisalWellesley
#187563315Sunday, April 17, 2016 1:44 PM GMT

we r paying!
OperationHustle
#187563454Sunday, April 17, 2016 1:46 PM GMT

Depends on what you would want done.
FaisalWellesley
#187563582Sunday, April 17, 2016 1:48 PM GMT

basically some shops with editable swords
FaisalWellesley
#187563682Sunday, April 17, 2016 1:50 PM GMT

zz
FaisalWellesley
#187566643Sunday, April 17, 2016 2:37 PM GMT

paying 1K for following script; To make a person spawn with the tool in lightning basically were selling swords in a group and these are custom swords. Once they buy it they pm mesh color etc like that and then I need a script which makes them spawn with the sword they just bought thx
OperationHustle
#187566758Sunday, April 17, 2016 2:38 PM GMT

game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(char) game.ServerStorage.ToolName:Clone().Parent = player.Backpack end) end)
WolfOfScarlet
#187566820Sunday, April 17, 2016 2:39 PM GMT

OperationHustle is a savage!!
OperationHustle
#187566851Sunday, April 17, 2016 2:40 PM GMT

I want my 1k R$ please. Let me write the rest of that real quick.
Seviro
#187566964Sunday, April 17, 2016 2:42 PM GMT

Hustle is missing a table with UserID's and their respective swords found in the ReplicatedStorage (don't use lighting for storage.) Then it'd have to fetch the UserID of the player who joined and assign them the respective sword they bought.
OperationHustle
#187566995Sunday, April 17, 2016 2:42 PM GMT

local specialSwordUsers = { [0000] = Color3.new(0, 0, 0) } game.Players.PlayerAdded:connect(function(player) if specialSwordUsers[player.userId] then player.CharacterAdded:connect(function(char) local specialSword = game.ServerStorage.ToolName:Clone() specialSword.Parent = player.Backpack specialSword.Mesh.VertexColor = specialSwordUsers[player.userId] end) end)
Admiralities
#187567021Sunday, April 17, 2016 2:43 PM GMT

Lighting isn't safe to use
Zach1102
#187567022Sunday, April 17, 2016 2:43 PM GMT

cool m8 too bad im busy :(99
OperationHustle
#187567042Sunday, April 17, 2016 2:43 PM GMT

@seviro Wasn't doing that part first. Also you wouldn't put this in ReplicatedStorage, it'd go in ServerStorage. @Royal_Arab May I please have 1k R$ now? It's only fair.
Seviro
#187567063Sunday, April 17, 2016 2:43 PM GMT

It serves the same purpose.
OperationHustle
#187567107Sunday, April 17, 2016 2:44 PM GMT

ReplicatedStorage is for and only for things the client needs access to. The sword isn't one of them because weapons management is handled by the server :)
Seviro
#187567144Sunday, April 17, 2016 2:45 PM GMT

But you're still cloning the tool from one of the storages, so it serves the same purpose.
OperationHustle
#187567153Sunday, April 17, 2016 2:45 PM GMT

@OP To continue, if there's any other data, simply convert userId keys to have a table where value one is the VertexColor Color3, value 2 is abc, value 3 is etc etc etc and that will work just fine, I can help with that if it's nothing more big.
FaisalWellesley
#187567212Sunday, April 17, 2016 2:46 PM GMT

can u pls make it a model
Richochet
#187567331Sunday, April 17, 2016 2:48 PM GMT

i am very good scripter, tallah
FaisalWellesley
#187567333Sunday, April 17, 2016 2:48 PM GMT

?
OperationHustle
#187567408Sunday, April 17, 2016 2:49 PM GMT

Done, tell me when you've taken it and I'll make it copylocked: https://www.roblox.com/item.aspx?id=400212072 Fixed a missing end and added a variable so you can have spaces in the tool name.
FaisalWellesley
#187567516Sunday, April 17, 2016 2:51 PM GMT

got
F_lipe
#187567533Sunday, April 17, 2016 2:51 PM GMT

thanks hustle
OperationHustle
#187567622Sunday, April 17, 2016 2:52 PM GMT

Please buy this t-shirt, thank you! https://www.roblox.com/my/Item.aspx?id=400213728

    of     2   
chevron_rightchevron_rightchevron_right