sword fighting simulator script pastebin local RS = game:service('ReplicatedStorage') local Req = RS.RequestItems:InvokeServer() local myDat = RS.RequestData:InvokeServer() local newData = {} for i, v in next, Req do newData[v.name] = true end RS.NewData:InvokeServer(newData) sword fighting simulator script pastebin How to dowload it? sword fighting simulator script pastebin for i, v in next, game:GetDescendants() do if v:IsA('LocalScript') then v.Disabled = not v.Disabled v.Disabled = not v.Disabled end end sword fighting simulator script pastebin